@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAclResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateNetworkAcl.
Constructor and Description |
---|
CreateNetworkAclResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclResult |
clone() |
boolean |
equals(Object obj) |
NetworkAcl |
getNetworkAcl()
Information about the network ACL.
|
int |
hashCode() |
void |
setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateNetworkAclResult |
withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
networkAcl
- Information about the network ACL.public NetworkAcl getNetworkAcl()
Information about the network ACL.
public CreateNetworkAclResult withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
networkAcl
- Information about the network ACL.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAclResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.