|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.ReplaceNetworkAclAssociationResult
public class ReplaceNetworkAclAssociationResult
| Constructor Summary | |
|---|---|
ReplaceNetworkAclAssociationResult()
|
|
| Method Summary | |
|---|---|
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. |
ReplaceNetworkAclAssociationResult |
withNewAssociationId(java.lang.String newAssociationId)
The ID of the new association. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceNetworkAclAssociationResult()
| Method Detail |
|---|
public java.lang.String getNewAssociationId()
public void setNewAssociationId(java.lang.String newAssociationId)
newAssociationId - The ID of the new association.public ReplaceNetworkAclAssociationResult withNewAssociationId(java.lang.String newAssociationId)
Returns a reference to this object so that method calls can be chained together.
newAssociationId - The ID of the new association.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||