Class AssociateRouteTableResult
java.lang.Object
com.amazonaws.services.ec2.model.AssociateRouteTableResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of AssociateRouteTable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe route table association ID (needed to disassociate the route table).inthashCode()voidsetAssociationId(String associationId) The route table association ID (needed to disassociate the route table).toString()Returns a string representation of this object; useful for testing and debugging.withAssociationId(String associationId) The route table association ID (needed to disassociate the route table).
-
Constructor Details
-
AssociateRouteTableResult
public AssociateRouteTableResult()
-
-
Method Details
-
setAssociationId
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
The route table association ID (needed to disassociate the route table).
- Returns:
- The route table association ID (needed to disassociate the route table).
-
withAssociationId
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
-
equals
-
hashCode
-
clone
-