@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() |
boolean |
equals(Object obj) |
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 |
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 |
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, copyBaseTo, 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 Request<CreateNetworkAclRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateNetworkAclRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAclRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.