public class GetOperationDetailRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The GetOperationDetail request includes the following element.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
operationId
The identifier for the operation for which you want to get the status.
|
NOOP
Constructor and Description |
---|
GetOperationDetailRequest() |
Modifier and Type | Method and Description |
---|---|
GetOperationDetailRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOperationId()
The identifier for the operation for which you want to get the status.
|
int |
hashCode() |
void |
setOperationId(java.lang.String operationId)
The identifier for the operation for which you want to get the status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOperationDetailRequest |
withOperationId(java.lang.String operationId)
The identifier for the operation for which you want to get the status.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.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
public void setOperationId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOperationDetailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()