@Generated(value="software.amazon.awssdk:codegen") public class DescribeIdentityIdFormatResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
Contains the output of DescribeIdentityIdFormat.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeIdentityIdFormatResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeIdentityIdFormatResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends DescribeIdentityIdFormatResponse.Builder> |
serializableBuilderClass() |
List<IdFormat> |
statuses()
Information about the ID format for the resources.
|
DescribeIdentityIdFormatResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdFormat> statuses()
Information about the ID format for the resources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeIdentityIdFormatResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>public static DescribeIdentityIdFormatResponse.Builder builder()
public static Class<? extends DescribeIdentityIdFormatResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.