Class RouteTableAssociation

    • Method Detail

      • main

        public final Boolean main()

        Indicates whether this is the main route table.

        Returns:
        Indicates whether this is the main route table.
      • routeTableAssociationId

        public final String routeTableAssociationId()

        The ID of the association.

        Returns:
        The ID of the association.
      • routeTableId

        public final String routeTableId()

        The ID of the route table.

        Returns:
        The ID of the route table.
      • subnetId

        public final String subnetId()

        The ID of the subnet. A subnet ID is not returned for an implicit association.

        Returns:
        The ID of the subnet. A subnet ID is not returned for an implicit association.
      • gatewayId

        public final String gatewayId()

        The ID of the internet gateway or virtual private gateway.

        Returns:
        The ID of the internet gateway or virtual private gateway.
      • associationState

        public final RouteTableAssociationState associationState()

        The state of the association.

        Returns:
        The state of the association.
      • 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)