@Generated(value="software.amazon.awssdk:codegen") public final class DescribeIdentityIdFormatRequest extends Ec2Request implements ToCopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeIdentityIdFormatRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeIdentityIdFormatRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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:
bundle | conversion-task | customer-gateway |
dhcp-options | elastic-ip-allocation | elastic-ip-association |
export-task | flow-log | image | import-task |
instance | internet-gateway | network-acl |
network-acl-association | network-interface | network-interface-attachment
| prefix-list | reservation | route-table |
route-table-association | security-group | snapshot | subnet
| subnet-cidr-block-association | volume | vpc |
vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection |
vpn-connection | vpn-gateway |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeIdentityIdFormatRequest.Builder> |
serializableBuilderClass() |
DescribeIdentityIdFormatRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String principalArn()
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
public final String resource()
The type of resource: bundle
| conversion-task
| customer-gateway
|
dhcp-options
| elastic-ip-allocation
| elastic-ip-association
|
export-task
| flow-log
| image
| import-task
|
instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
bundle
| conversion-task
| customer-gateway
| dhcp-options
| elastic-ip-allocation
| elastic-ip-association
|
export-task
| flow-log
| image
| import-task
|
instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
|
network-interface-attachment
| prefix-list
| reservation
|
route-table
| route-table-association
| security-group
|
snapshot
| subnet
| subnet-cidr-block-association
|
volume
| vpc
| vpc-cidr-block-association
|
vpc-endpoint
| vpc-peering-connection
| vpn-connection
|
vpn-gateway
public DescribeIdentityIdFormatRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
toBuilder
in class Ec2Request
public static DescribeIdentityIdFormatRequest.Builder builder()
public static Class<? extends DescribeIdentityIdFormatRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.