public class ModifyIdFormatRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyIdFormatRequest>
NOOP
Constructor and Description |
---|
ModifyIdFormatRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyIdFormatRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<ModifyIdFormatRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getResource()
The type of resource.
|
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.
|
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.
|
ModifyIdFormatRequest |
withUseLongIds(Boolean useLongIds)
Indicate whether the resource should use longer IDs (17-character IDs).
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setResource(String resource)
The type of resource.
resource
- The type of resource.public String getResource()
The type of resource.
public ModifyIdFormatRequest withResource(String resource)
The type of resource.
resource
- The type of resource.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.