Class LocalGatewayRoute

    • Method Detail

      • destinationCidrBlock

        public final String destinationCidrBlock()

        The CIDR block used for destination matches.

        Returns:
        The CIDR block used for destination matches.
      • localGatewayVirtualInterfaceGroupId

        public final String localGatewayVirtualInterfaceGroupId()

        The ID of the virtual interface group.

        Returns:
        The ID of the virtual interface group.
      • localGatewayRouteTableId

        public final String localGatewayRouteTableId()

        The ID of the local gateway route table.

        Returns:
        The ID of the local gateway route table.
      • localGatewayRouteTableArn

        public final String 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

        public final String 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

        public final String subnetId()

        The ID of the subnet.

        Returns:
        The ID of the subnet.
      • coipPoolId

        public final String coipPoolId()

        The ID of the customer-owned address pool.

        Returns:
        The ID of the customer-owned address pool.
      • networkInterfaceId

        public final String networkInterfaceId()

        The ID of the network interface.

        Returns:
        The ID of the network interface.
      • destinationPrefixListId

        public final String destinationPrefixListId()

        The ID of the prefix list.

        Returns:
        The ID of the prefix list.
      • 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)