@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceRouteTableAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ReplaceRouteTableAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
ReplaceRouteTableAssociationResult |
clone() |
boolean |
equals(Object obj) |
RouteTableAssociationState |
getAssociationState()
The state of the association.
|
String |
getNewAssociationId()
The ID of the new association.
|
int |
hashCode() |
void |
setAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
void |
setNewAssociationId(String newAssociationId)
The ID of the new association.
|
String |
toString()
Returns a string representation of this object.
|
ReplaceRouteTableAssociationResult |
withAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
ReplaceRouteTableAssociationResult |
withNewAssociationId(String newAssociationId)
The ID of the new association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNewAssociationId(String newAssociationId)
The ID of the new association.
newAssociationId - The ID of the new association.public String getNewAssociationId()
The ID of the new association.
public ReplaceRouteTableAssociationResult withNewAssociationId(String newAssociationId)
The ID of the new association.
newAssociationId - The ID of the new association.public void setAssociationState(RouteTableAssociationState associationState)
The state of the association.
associationState - The state of the association.public RouteTableAssociationState getAssociationState()
The state of the association.
public ReplaceRouteTableAssociationResult withAssociationState(RouteTableAssociationState associationState)
The state of the association.
associationState - The state of the association.public String toString()
toString in class ObjectObject.toString()public ReplaceRouteTableAssociationResult clone()