@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddApplicationVpcConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AddApplicationVpcConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
AddApplicationVpcConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing application.
|
String |
getConditionalToken()
A value you use to implement strong concurrency for application updates.
|
Long |
getCurrentApplicationVersionId()
The version of the application to which you want to add the VPC configuration.
|
VpcConfiguration |
getVpcConfiguration()
Description of the VPC to add to the application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing application.
|
void |
setConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration.
|
void |
setVpcConfiguration(VpcConfiguration vpcConfiguration)
Description of the VPC to add to the application.
|
String |
toString()
Returns a string representation of this object.
|
AddApplicationVpcConfigurationRequest |
withApplicationName(String applicationName)
The name of an existing application.
|
AddApplicationVpcConfigurationRequest |
withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates.
|
AddApplicationVpcConfigurationRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration.
|
AddApplicationVpcConfigurationRequest |
withVpcConfiguration(VpcConfiguration vpcConfiguration)
Description of the VPC to add to the application.
|
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, withSdkRequestTimeoutpublic AddApplicationVpcConfigurationRequest()
public void setApplicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.public String getApplicationName()
The name of an existing application.
public AddApplicationVpcConfigurationRequest withApplicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration. You must provide the
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException is returned.
currentApplicationVersionId - The version of the application to which you want to add the VPC configuration. You must provide the
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is
not the current version, the ConcurrentModificationException is returned.public Long getCurrentApplicationVersionId()
The version of the application to which you want to add the VPC configuration. You must provide the
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException is returned.
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is
not the current version, the ConcurrentModificationException is returned.public AddApplicationVpcConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration. You must provide the
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException is returned.
currentApplicationVersionId - The version of the application to which you want to add the VPC configuration. You must provide the
ApplicationVersionID or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is
not the current version, the ConcurrentModificationException is returned.public void setVpcConfiguration(VpcConfiguration vpcConfiguration)
Description of the VPC to add to the application.
vpcConfiguration - Description of the VPC to add to the application.public VpcConfiguration getVpcConfiguration()
Description of the VPC to add to the application.
public AddApplicationVpcConfigurationRequest withVpcConfiguration(VpcConfiguration vpcConfiguration)
Description of the VPC to add to the application.
vpcConfiguration - Description of the VPC to add to the application.public void setConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public String getConditionalToken()
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public AddApplicationVpcConfigurationRequest withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public String toString()
toString in class ObjectObject.toString()public AddApplicationVpcConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.