@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdFormatRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeIdFormatRequest>
Contains the parameters for DescribeIdFormat.
NOOP| Constructor and Description |
|---|
DescribeIdFormatRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIdFormatRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeIdFormatRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getResource()
The type of resource:
instance | reservation | snapshot |
volume |
int |
hashCode() |
void |
setResource(String resource)
The type of resource:
instance | reservation | snapshot |
volume |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeIdFormatRequest |
withResource(String resource)
The type of resource:
instance | reservation | snapshot |
volume |
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 setResource(String resource)
The type of resource: instance | reservation | snapshot |
volume
resource - The type of resource: instance | reservation | snapshot |
volumepublic String getResource()
The type of resource: instance | reservation | snapshot |
volume
instance | reservation | snapshot |
volumepublic DescribeIdFormatRequest withResource(String resource)
The type of resource: instance | reservation | snapshot |
volume
resource - The type of resource: instance | reservation | snapshot |
volumepublic Request<DescribeIdFormatRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeIdFormatRequest>public String toString()
toString in class ObjectObject.toString()public DescribeIdFormatRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.