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() |
boolean |
equals(Object obj) |
Request<DescribeIdFormatRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getResource()
The type of resource.
|
int |
hashCode() |
void |
setResource(String resource)
The type of resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdFormatRequest |
withResource(String resource)
The type of resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResource(String resource)
The type of resource.
resource - The type of resource.public String getResource()
The type of resource.
public DescribeIdFormatRequest withResource(String resource)
The type of resource.
resource - The type of resource.public Request<DescribeIdFormatRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeIdFormatRequest>public String toString()
toString in class ObjectObject.toString()public DescribeIdFormatRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.