Class RouteSetDetails

    • 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 Services service.

        Returns:
        The prefix of the destination Amazon Web Services 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)