@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceNetworkAclAssociationResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
ReplaceNetworkAclAssociationResult |
withNewAssociationId(String newAssociationId)
The ID of the new association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ReplaceNetworkAclAssociationResult withNewAssociationId(String newAssociationId)
The ID of the new association.
newAssociationId - The ID of the new association.public String toString()
toString in class ObjectObject.toString()public ReplaceNetworkAclAssociationResult clone()