@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAclRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateNetworkAclRequest>
NOOP
Constructor and Description |
---|
CreateNetworkAclRequest() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Request<CreateNetworkAclRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the network ACL.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
|
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAclRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkAclRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
|
CreateNetworkAclRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the network ACL.
|
CreateNetworkAclRequest |
withVpcId(String vpcId)
The ID of the VPC.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String getVpcId()
The ID of the VPC.
public CreateNetworkAclRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public List<TagSpecification> getTagSpecifications()
The tags to assign to the network ACL.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
tagSpecifications
- The tags to assign to the network ACL.public CreateNetworkAclRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the network ACL.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to assign to the network ACL.public CreateNetworkAclRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
tagSpecifications
- The tags to assign to the network ACL.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public CreateNetworkAclRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public Request<CreateNetworkAclRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateNetworkAclRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAclRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()