Package com.amazonaws.services.ec2.model
Class CreateNetworkAclResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateNetworkAclResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateNetworkAcl.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the network ACL.int
hashCode()
void
setNetworkAcl
(NetworkAcl networkAcl) Information about the network ACL.toString()
Returns a string representation of this object; useful for testing and debugging.withNetworkAcl
(NetworkAcl networkAcl) Information about the network ACL.
-
Constructor Details
-
CreateNetworkAclResult
public CreateNetworkAclResult()
-
-
Method Details
-
setNetworkAcl
Information about the network ACL.
- Parameters:
networkAcl
- Information about the network ACL.
-
getNetworkAcl
Information about the network ACL.
- Returns:
- Information about the network ACL.
-
withNetworkAcl
Information about the network ACL.
- Parameters:
networkAcl
- Information about the network ACL.- 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
-