public class ReplaceRouteTableAssociationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of ReplaceRouteTableAssociation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
newAssociationId
The ID of the new association.
|
Constructor and Description |
---|
ReplaceRouteTableAssociationResult() |
Modifier and Type | Method and Description |
---|---|
ReplaceRouteTableAssociationResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNewAssociationId()
The ID of the new association.
|
int |
hashCode() |
void |
setNewAssociationId(java.lang.String newAssociationId)
The ID of the new association.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceRouteTableAssociationResult |
withNewAssociationId(java.lang.String newAssociationId)
The ID of the new association.
|
private java.lang.String newAssociationId
The ID of the new association.
public void setNewAssociationId(java.lang.String newAssociationId)
The ID of the new association.
newAssociationId
- The ID of the new association.public java.lang.String getNewAssociationId()
The ID of the new association.
public ReplaceRouteTableAssociationResult withNewAssociationId(java.lang.String newAssociationId)
The ID of the new association.
newAssociationId
- The ID of the new association.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReplaceRouteTableAssociationResult clone()
clone
in class java.lang.Object