Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeIdentityIdFormatRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
Contains the parameters for DescribeIdentityIdFormat.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeIdentityIdFormatRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeIdentityIdFormatRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
principalArn() |
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
|
String |
resource() |
The type of resource:
instance | reservation | snapshot |
volume |
static Class<? extends DescribeIdentityIdFormatRequest.Builder> |
serializableBuilderClass() |
|
DescribeIdentityIdFormatRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String principalArn()
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
public String resource()
The type of resource: instance
| reservation
| snapshot
|
volume
instance
| reservation
| snapshot
|
volume
public DescribeIdentityIdFormatRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
public static DescribeIdentityIdFormatRequest.Builder builder()
public static Class<? extends DescribeIdentityIdFormatRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.