@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisableControlResult() |
Modifier and Type | Method and Description |
---|---|
DisableControlResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationIdentifier()
The ID of the asynchronous operation, which is used to track status.
|
int |
hashCode() |
void |
setOperationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status.
|
String |
toString()
Returns a string representation of this object.
|
DisableControlResult |
withOperationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
operationIdentifier
- The ID of the asynchronous operation, which is used to track status. The operation is available for 90
days.public String getOperationIdentifier()
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
public DisableControlResult withOperationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
operationIdentifier
- The ID of the asynchronous operation, which is used to track status. The operation is available for 90
days.public String toString()
toString
in class Object
Object.toString()
public DisableControlResult clone()