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