@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDistributionBundleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDistributionBundleResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDistributionBundleResult |
clone() |
boolean |
equals(Object obj) |
Operation |
getOperation()
An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.
|
int |
hashCode() |
void |
setOperation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDistributionBundleResult |
withOperation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.public Operation getOperation()
An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
public UpdateDistributionBundleResult withOperation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.public String toString()
toString
in class Object
Object.toString()
public UpdateDistributionBundleResult clone()