@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| EnableControlResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnableControlResult | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of the  EnabledControlresource. | 
| String | getOperationIdentifier()
 The ID of the asynchronous operation, which is used to track status. | 
| int | hashCode() | 
| void | setArn(String arn)
 The ARN of the  EnabledControlresource. | 
| 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. | 
| EnableControlResult | withArn(String arn)
 The ARN of the  EnabledControlresource. | 
| EnableControlResult | withOperationIdentifier(String operationIdentifier)
 The ID of the asynchronous operation, which is used to track status. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
 The ARN of the EnabledControl resource.
 
arn - The ARN of the EnabledControl resource.public String getArn()
 The ARN of the EnabledControl resource.
 
EnabledControl resource.public EnableControlResult withArn(String arn)
 The ARN of the EnabledControl resource.
 
arn - The ARN of the EnabledControl resource.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 EnableControlResult 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 ObjectObject.toString()public EnableControlResult clone()