public class GetOperationDetailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The GetOperationDetail request includes the following element.
NOOP| Constructor and Description |
|---|
GetOperationDetailRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getOperationId()
The identifier for the operation for which you want to get the status.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The identifier for the operation for which you want to get the status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOperationDetailRequest |
withOperationId(String operationId)
The identifier for the operation for which you want to get the status.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOperationId(String operationId)
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
operationId - The identifier for the operation for which you want to get the
status. Amazon Route 53 returned the identifier in the response to
the original request.
Type: String
Default: None
Required: Yes
public String getOperationId()
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
Type: String
Default: None
Required: Yes
public GetOperationDetailRequest withOperationId(String operationId)
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
operationId - The identifier for the operation for which you want to get the
status. Amazon Route 53 returned the identifier in the response to
the original request.
Type: String
Default: None
Required: Yes
public String toString()
toString in class ObjectObject.toString()public GetOperationDetailRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.