public class ReplaceNetworkAclAssociationResult extends Object implements Serializable
| Constructor and Description |
|---|
ReplaceNetworkAclAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNewAssociationId()
Returns the value of the NewAssociationId property for this object.
|
int |
hashCode() |
void |
setNewAssociationId(String newAssociationId)
Sets the value of the NewAssociationId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceNetworkAclAssociationResult |
withNewAssociationId(String newAssociationId)
Sets the value of the NewAssociationId property for this object.
|
public String getNewAssociationId()
public void setNewAssociationId(String newAssociationId)
newAssociationId - The new value for the NewAssociationId property for this object.public ReplaceNetworkAclAssociationResult withNewAssociationId(String newAssociationId)
Returns a reference to this object so that method calls can be chained together.
newAssociationId - The new value for the NewAssociationId property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.