Package com.amazonaws.services.ec2.model
Class ReplaceRouteTableAssociationResult
java.lang.Object
com.amazonaws.services.ec2.model.ReplaceRouteTableAssociationResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of ReplaceRouteTableAssociation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of the new association.inthashCode()voidsetNewAssociationId(String newAssociationId) The ID of the new association.toString()Returns a string representation of this object; useful for testing and debugging.withNewAssociationId(String newAssociationId) The ID of the new association.
-
Constructor Details
-
ReplaceRouteTableAssociationResult
public ReplaceRouteTableAssociationResult()
-
-
Method Details
-
setNewAssociationId
The ID of the new association.
- Parameters:
newAssociationId- The ID of the new association.
-
getNewAssociationId
The ID of the new association.
- Returns:
- The ID of the new association.
-
withNewAssociationId
The ID of the new association.
- Parameters:
newAssociationId- The ID of the new association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-