Class RouteSetDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.RouteSetDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteSetDetails.Builder,RouteSetDetails>
@Generated("software.amazon.awssdk:codegen") public final class RouteSetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteSetDetails.Builder,RouteSetDetails>
Provides details about the routes in the route table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteSetDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouteSetDetails.Builderbuilder()StringcarrierGatewayId()The ID of the carrier gateway.StringcoreNetworkArn()The Amazon Resource Name (ARN) of the core network.StringdestinationCidrBlock()The IPv4 CIDR block used for the destination match.StringdestinationIpv6CidrBlock()The IPv6 CIDR block used for the destination match.StringdestinationPrefixListId()The prefix of the destination Amazon Web Service.StringegressOnlyInternetGatewayId()The ID of the egress-only internet gateway.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgatewayId()The ID of a gateway attached to your VPC.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The ID of a NAT instance in your VPC.StringinstanceOwnerId()The ID of the Amazon Web Services account that owns the instance.StringlocalGatewayId()The ID of the local gateway.StringnatGatewayId()The ID of a NAT gateway.StringnetworkInterfaceId()The ID of the network interface.Stringorigin()Describes how the route was created.List<SdkField<?>>sdkFields()static Class<? extends RouteSetDetails.Builder>serializableBuilderClass()Stringstate()The state of the route.RouteSetDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayId()The ID of a transit gateway.StringvpcPeeringConnectionId()The ID of a VPC peering connection.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
carrierGatewayId
public final String carrierGatewayId()
The ID of the carrier gateway.
- Returns:
- The ID of the carrier gateway.
-
coreNetworkArn
public final String coreNetworkArn()
The Amazon Resource Name (ARN) of the core network.
- Returns:
- The Amazon Resource Name (ARN) of the core network.
-
destinationCidrBlock
public final String destinationCidrBlock()
The IPv4 CIDR block used for the destination match.
- Returns:
- The IPv4 CIDR block used for the destination match.
-
destinationIpv6CidrBlock
public final String destinationIpv6CidrBlock()
The IPv6 CIDR block used for the destination match.
- Returns:
- The IPv6 CIDR block used for the destination match.
-
destinationPrefixListId
public final String destinationPrefixListId()
The prefix of the destination Amazon Web Service.
- Returns:
- The prefix of the destination Amazon Web Service.
-
egressOnlyInternetGatewayId
public final String egressOnlyInternetGatewayId()
The ID of the egress-only internet gateway.
- Returns:
- The ID of the egress-only internet gateway.
-
gatewayId
public final String gatewayId()
The ID of a gateway attached to your VPC.
- Returns:
- The ID of a gateway attached to your VPC.
-
instanceId
public final String instanceId()
The ID of a NAT instance in your VPC.
- Returns:
- The ID of a NAT instance in your VPC.
-
instanceOwnerId
public final String instanceOwnerId()
The ID of the Amazon Web Services account that owns the instance.
- Returns:
- The ID of the Amazon Web Services account that owns the instance.
-
localGatewayId
public final String localGatewayId()
The ID of the local gateway.
- Returns:
- The ID of the local gateway.
-
natGatewayId
public final String natGatewayId()
The ID of a NAT gateway.
- Returns:
- The ID of a NAT gateway.
-
networkInterfaceId
public final String networkInterfaceId()
The ID of the network interface.
- Returns:
- The ID of the network interface.
-
origin
public final String origin()
Describes how the route was created.
- Returns:
- Describes how the route was created.
-
state
public final String state()
The state of the route.
- Returns:
- The state of the route.
-
transitGatewayId
public final String transitGatewayId()
The ID of a transit gateway.
- Returns:
- The ID of a transit gateway.
-
vpcPeeringConnectionId
public final String vpcPeeringConnectionId()
The ID of a VPC peering connection.
- Returns:
- The ID of a VPC peering connection.
-
toBuilder
public RouteSetDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteSetDetails.Builder,RouteSetDetails>
-
builder
public static RouteSetDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteSetDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-