@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, withSdkRequestTimeout
public void setResource(String resource)
The type of resource: instance
| reservation
| snapshot
|
volume
resource
- The type of resource: instance
| reservation
| snapshot
|
volume
public String getResource()
The type of resource: instance
| reservation
| snapshot
|
volume
instance
| reservation
| snapshot
|
volume
public ModifyIdFormatRequest withResource(String resource)
The type of resource: instance
| reservation
| snapshot
|
volume
resource
- The type of resource: instance
| reservation
| snapshot
|
volume
public 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 Object
Object.toString()
public ModifyIdFormatRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.