@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetControlOperationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetControlOperationRequest() |
Modifier and Type | Method and Description |
---|---|
GetControlOperationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetControlOperationRequest |
withOperationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 GetControlOperationRequest 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 GetControlOperationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()