public class ReplaceNetworkAclAssociationResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ReplaceNetworkAclAssociationResult() |
Modifier and Type | Method and Description |
---|---|
ReplaceNetworkAclAssociationResult |
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.
|
ReplaceNetworkAclAssociationResult |
withNewAssociationId(String newAssociationId)
The ID of the new association.
|
public String getNewAssociationId()
public void setNewAssociationId(String newAssociationId)
newAssociationId
- The ID of the new association.public ReplaceNetworkAclAssociationResult withNewAssociationId(String newAssociationId)
Returns a reference to this object so that method calls can be chained together.
newAssociationId
- The ID of the new association.public String toString()
toString
in class Object
Object.toString()
public ReplaceNetworkAclAssociationResult clone()
Copyright © 2015. All rights reserved.