Class LocalGatewayRoute
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LocalGatewayRoute.Builder,LocalGatewayRoute>
Describes a route for a local gateway route table.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalGatewayRoute.Builderbuilder()final StringThe ID of the customer-owned address pool.final StringThe CIDR block used for destination matches.final StringThe ID of the prefix list.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the local gateway route table.final StringThe ID of the local gateway route table.final StringThe ID of the virtual interface group.final StringThe ID of the network interface.final StringownerId()The ID of the Amazon Web Services account that owns the local gateway route.static Class<? extends LocalGatewayRoute.Builder>final LocalGatewayRouteStatestate()The state of the route.final StringThe state of the route.final StringsubnetId()The ID of the subnet.final StringtoString()Returns a string representation of this object.final LocalGatewayRouteTypetype()The route type.final StringThe route type.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
destinationCidrBlock
The CIDR block used for destination matches.
- Returns:
- The CIDR block used for destination matches.
-
localGatewayVirtualInterfaceGroupId
The ID of the virtual interface group.
- Returns:
- The ID of the virtual interface group.
-
type
The route type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnLocalGatewayRouteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The route type.
- See Also:
-
typeAsString
The route type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnLocalGatewayRouteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The route type.
- See Also:
-
state
The state of the route.
If the service returns an enum value that is not available in the current SDK version,
statewill returnLocalGatewayRouteState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the route.
- See Also:
-
stateAsString
The state of the route.
If the service returns an enum value that is not available in the current SDK version,
statewill returnLocalGatewayRouteState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the route.
- See Also:
-
localGatewayRouteTableId
The ID of the local gateway route table.
- Returns:
- The ID of the local gateway route table.
-
localGatewayRouteTableArn
The Amazon Resource Name (ARN) of the local gateway route table.
- Returns:
- The Amazon Resource Name (ARN) of the local gateway route table.
-
ownerId
The ID of the Amazon Web Services account that owns the local gateway route.
- Returns:
- The ID of the Amazon Web Services account that owns the local gateway route.
-
subnetId
The ID of the subnet.
- Returns:
- The ID of the subnet.
-
coipPoolId
The ID of the customer-owned address pool.
- Returns:
- The ID of the customer-owned address pool.
-
networkInterfaceId
The ID of the network interface.
- Returns:
- The ID of the network interface.
-
destinationPrefixListId
The ID of the prefix list.
- Returns:
- The ID of the prefix list.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LocalGatewayRoute.Builder,LocalGatewayRoute>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-