Class AssociateRouteTableResult

java.lang.Object
com.amazonaws.services.ec2.model.AssociateRouteTableResult
All Implemented Interfaces:
Serializable, Cloneable

public class AssociateRouteTableResult extends Object implements Serializable, Cloneable

Contains the output of AssociateRouteTable.

See Also:
  • Constructor Details

    • AssociateRouteTableResult

      public AssociateRouteTableResult()
  • Method Details

    • setAssociationId

      public void setAssociationId(String associationId)

      The route table association ID (needed to disassociate the route table).

      Parameters:
      associationId - The route table association ID (needed to disassociate the route table).
    • getAssociationId

      public String getAssociationId()

      The route table association ID (needed to disassociate the route table).

      Returns:
      The route table association ID (needed to disassociate the route table).
    • withAssociationId

      public AssociateRouteTableResult withAssociationId(String associationId)

      The route table association ID (needed to disassociate the route table).

      Parameters:
      associationId - The route table association ID (needed to disassociate the route table).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public AssociateRouteTableResult clone()
      Overrides:
      clone in class Object