@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBaselineOperationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetBaselineOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetBaselineOperationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOperationIdentifier()
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
|
int |
hashCode() |
void |
setOperationIdentifier(String operationIdentifier)
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
|
String |
toString()
Returns a string representation of this object.
|
GetBaselineOperationRequest |
withOperationIdentifier(String operationIdentifier)
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
|
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, withSdkRequestTimeoutpublic void setOperationIdentifier(String operationIdentifier)
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
operationIdentifier - The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).public String getOperationIdentifier()
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
public GetBaselineOperationRequest withOperationIdentifier(String operationIdentifier)
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
operationIdentifier - The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).public String toString()
toString in class ObjectObject.toString()public GetBaselineOperationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()