public class DescribeIdFormatRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeIdFormat operation
.
Important: This command is reserved for future use, and is currently not available for you to use.
Describes the ID format settings for your resources on a per-region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.
The following resource types support longer IDs: instance
|
reservation
.
These settings apply to the IAM user who makes the request; they do
not apply to the entire AWS account. By default, an IAM user defaults
to the same settings as the root user, unless they explicitly override
the settings by running the ModifyIdFormat command. Resources created
with longer IDs are visible to all IAM users, regardless of these
settings and provided that they have permission to use the relevant
Describe
command for the resource type.
NOOP
Constructor and Description |
---|
DescribeIdFormatRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeIdFormatRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getResource()
public void setResource(String resource)
resource
- The type of resource.public DescribeIdFormatRequest withResource(String resource)
Returns a reference to this object so that method calls can be chained together.
resource
- The type of resource.public String toString()
toString
in class Object
Object.toString()
public DescribeIdFormatRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.