@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLocalGatewayRouteTableVpcAssociationsResponse extends Ec2Response implements ToCopyableBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,DescribeLocalGatewayRouteTableVpcAssociationsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder |
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final boolean hasLocalGatewayRouteTableVpcAssociations()
public final List<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations()
Information about the associations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLocalGatewayRouteTableVpcAssociations()
to see if a value was sent in this field.
public final String nextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,DescribeLocalGatewayRouteTableVpcAssociationsResponse>
toBuilder
in class AwsResponse
public static DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder builder()
public static Class<? extends DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
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 SdkResponse
Copyright © 2021. All rights reserved.