@Generated(value="software.amazon.awssdk:codegen") public final class AssociateRouteTableRequest extends Ec2Request implements ToCopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateRouteTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateRouteTableRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayId()
The ID of the internet gateway or virtual private gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateRouteTableRequest.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the subnet.
|
AssociateRouteTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String routeTableId()
The ID of the route table.
public String subnetId()
The ID of the subnet.
public String gatewayId()
The ID of the internet gateway or virtual private gateway.
public AssociateRouteTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>toBuilder in class Ec2Requestpublic static AssociateRouteTableRequest.Builder builder()
public static Class<? extends AssociateRouteTableRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.