@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceRouteTableAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ReplaceRouteTableAssociation.
Constructor and Description |
---|
ReplaceRouteTableAssociationResult() |
Modifier and Type | Method and Description |
---|---|
ReplaceRouteTableAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getNewAssociationId()
The ID of the new association.
|
int |
hashCode() |
void |
setNewAssociationId(String newAssociationId)
The ID of the new association.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReplaceRouteTableAssociationResult |
withNewAssociationId(String newAssociationId)
The ID of the new association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 String toString()
toString
in class Object
Object.toString()
public ReplaceRouteTableAssociationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.