@Generated(value="software.amazon.awssdk:codegen") public final class AssociateTransitGatewayPolicyTableRequest extends Ec2Request implements ToCopyableBuilder<AssociateTransitGatewayPolicyTableRequest.Builder,AssociateTransitGatewayPolicyTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateTransitGatewayPolicyTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateTransitGatewayPolicyTableRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateTransitGatewayPolicyTableRequest.Builder> |
serializableBuilderClass() |
AssociateTransitGatewayPolicyTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayAttachmentId()
The ID of the transit gateway attachment to associate with the policy table.
|
String |
transitGatewayPolicyTableId()
The ID of the transit gateway policy table to associate with the transit gateway attachment.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayPolicyTableId()
The ID of the transit gateway policy table to associate with the transit gateway attachment.
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment to associate with the policy table.
public AssociateTransitGatewayPolicyTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateTransitGatewayPolicyTableRequest.Builder,AssociateTransitGatewayPolicyTableRequest>toBuilder in class Ec2Requestpublic static AssociateTransitGatewayPolicyTableRequest.Builder builder()
public static Class<? extends AssociateTransitGatewayPolicyTableRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.