@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachCertificateToDistributionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AttachCertificateToDistributionResult() |
Modifier and Type | Method and Description |
---|---|
AttachCertificateToDistributionResult |
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.
|
AttachCertificateToDistributionResult |
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 AttachCertificateToDistributionResult()
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 AttachCertificateToDistributionResult 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 AttachCertificateToDistributionResult clone()