@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static AssociateRouteTableRequest.Builder builder()
public static Class<? extends AssociateRouteTableRequest.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 © 2020. All rights reserved.