@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLicenseEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseEndpointRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLicenseEndpointRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLicenseEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The unique token which the server uses to recognize retries of the same request.
|
List<String> |
getSecurityGroupIds()
The security group IDs.
|
List<String> |
getSubnetIds()
The subnet IDs.
|
Map<String,String> |
getTags()
Each tag consists of a tag key and a tag value.
|
String |
getVpcId()
The VPC (virtual private cloud) ID to use with the license endpoint.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnet IDs.
|
void |
setTags(Map<String,String> tags)
Each tag consists of a tag key and a tag value.
|
void |
setVpcId(String vpcId)
The VPC (virtual private cloud) ID to use with the license endpoint.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseEndpointRequest |
withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateLicenseEndpointRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs.
|
CreateLicenseEndpointRequest |
withSecurityGroupIds(String... securityGroupIds)
The security group IDs.
|
CreateLicenseEndpointRequest |
withSubnetIds(Collection<String> subnetIds)
The subnet IDs.
|
CreateLicenseEndpointRequest |
withSubnetIds(String... subnetIds)
The subnet IDs.
|
CreateLicenseEndpointRequest |
withTags(Map<String,String> tags)
Each tag consists of a tag key and a tag value.
|
CreateLicenseEndpointRequest |
withVpcId(String vpcId)
The VPC (virtual private cloud) ID to use with the license endpoint.
|
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 setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public String getClientToken()
The unique token which the server uses to recognize retries of the same request.
public CreateLicenseEndpointRequest withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public List<String> getSecurityGroupIds()
The security group IDs.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs.
securityGroupIds
- The security group IDs.public CreateLicenseEndpointRequest withSecurityGroupIds(String... securityGroupIds)
The security group IDs.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- The security group IDs.public CreateLicenseEndpointRequest withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs.
securityGroupIds
- The security group IDs.public void setSubnetIds(Collection<String> subnetIds)
The subnet IDs.
subnetIds
- The subnet IDs.public CreateLicenseEndpointRequest withSubnetIds(String... subnetIds)
The subnet IDs.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The subnet IDs.public CreateLicenseEndpointRequest withSubnetIds(Collection<String> subnetIds)
The subnet IDs.
subnetIds
- The subnet IDs.public Map<String,String> getTags()
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
public void setTags(Map<String,String> tags)
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
tags
- Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can
be empty strings.public CreateLicenseEndpointRequest withTags(Map<String,String> tags)
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
tags
- Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can
be empty strings.public CreateLicenseEndpointRequest addTagsEntry(String key, String value)
public CreateLicenseEndpointRequest clearTagsEntries()
public void setVpcId(String vpcId)
The VPC (virtual private cloud) ID to use with the license endpoint.
vpcId
- The VPC (virtual private cloud) ID to use with the license endpoint.public String getVpcId()
The VPC (virtual private cloud) ID to use with the license endpoint.
public CreateLicenseEndpointRequest withVpcId(String vpcId)
The VPC (virtual private cloud) ID to use with the license endpoint.
vpcId
- The VPC (virtual private cloud) ID to use with the license endpoint.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.