public class GetOperationDetailRequest extends AmazonWebServiceRequest implements Serializable
GetOperationDetail operation.
This operation returns the current status of an operation that is not completed.
NOOP| Constructor and Description |
|---|
GetOperationDetailRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getOperationId()
Type: String
Default: None
Required: Yes
Constraints:
Length: 0 - 255
Type: String
Default: None
Required: Yes
public void setOperationId(String operationId)
Type: String
Default: None
Required: Yes
Constraints:
Length: 0 - 255
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 GetOperationDetailRequest withOperationId(String operationId)
Type: String
Default: None
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
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()Copyright © 2014. All rights reserved.