Package com.amazonaws.services.ec2.model
Class ReplaceNetworkAclAssociationResult
java.lang.Object
com.amazonaws.services.ec2.model.ReplaceNetworkAclAssociationResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of ReplaceNetworkAclAssociation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the new association.int
hashCode()
void
setNewAssociationId
(String newAssociationId) The ID of the new association.toString()
Returns a string representation of this object; useful for testing and debugging.withNewAssociationId
(String newAssociationId) The ID of the new association.
-
Constructor Details
-
ReplaceNetworkAclAssociationResult
public ReplaceNetworkAclAssociationResult()
-
-
Method Details
-
setNewAssociationId
The ID of the new association.
- Parameters:
newAssociationId
- The ID of the new association.
-
getNewAssociationId
The ID of the new association.
- Returns:
- The ID of the new association.
-
withNewAssociationId
The ID of the new association.
- Parameters:
newAssociationId
- The ID of the new association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-