@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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
CurrentApplicationVersionId
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. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.
currentApplicationVersionId
- The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId
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. For better
concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.public Long getCurrentApplicationVersionId()
The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId
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. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.
CurrentApplicationVersionId
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. For better
concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.public AddApplicationVpcConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId
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. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.
currentApplicationVersionId
- The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId
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. For better
concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.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. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
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. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.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. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
ApplicationVersionID
or the ConditionalToken
. You get the application's current
ConditionalToken
using DescribeApplication. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.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. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
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. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.public String toString()
toString
in class Object
Object.toString()
public AddApplicationVpcConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()