@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
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.
|
GetOperationDetailRequest |
withOperationId(String operationId)
The identifier for the operation for which you want to get the status.
|
addHandlerContext, copyBaseTo, 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 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.
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.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.
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.
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.public String toString()
toString
in class Object
Object.toString()
public GetOperationDetailRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.