@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAclResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkAclResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
NetworkAcl |
getNetworkAcl()
Information about the network ACL.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
void |
setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAclResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
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 void setClientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
clientToken
- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client
token was provided in the request.public String getClientToken()
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
public CreateNetworkAclResult withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
clientToken
- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client
token was provided in the request.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAclResult clone()