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