@Generated(value="software.amazon.awssdk:codegen") public final class DescribeIdFormatRequest extends Ec2Request implements ToCopyableBuilder<DescribeIdFormatRequest.Builder,DescribeIdFormatRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeIdFormatRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeIdFormatRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 DescribeIdFormatRequest.Builder> |
serializableBuilderClass() |
DescribeIdFormatRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 DescribeIdFormatRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeIdFormatRequest.Builder,DescribeIdFormatRequest>
toBuilder
in class Ec2Request
public static DescribeIdFormatRequest.Builder builder()
public static Class<? extends DescribeIdFormatRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.