@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationVpcConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationVpcConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationVpcConfigurationRequest |
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 current application version ID.
|
String |
getVpcConfigurationId()
The ID of the VPC configuration to delete.
|
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 current application version ID.
|
void |
setVpcConfigurationId(String vpcConfigurationId)
The ID of the VPC configuration to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationVpcConfigurationRequest |
withApplicationName(String applicationName)
The name of an existing application.
|
DeleteApplicationVpcConfigurationRequest |
withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates.
|
DeleteApplicationVpcConfigurationRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version ID.
|
DeleteApplicationVpcConfigurationRequest |
withVpcConfigurationId(String vpcConfigurationId)
The ID of the VPC configuration to delete.
|
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 DeleteApplicationVpcConfigurationRequest()
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 DeleteApplicationVpcConfigurationRequest withApplicationName(String applicationName)
The name of an existing application.
applicationName
- The name of an existing application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version ID. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
currentApplicationVersionId
- The current application version ID. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public Long getCurrentApplicationVersionId()
The current application version ID. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public DeleteApplicationVpcConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version ID. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
currentApplicationVersionId
- The current application version ID. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public void setVpcConfigurationId(String vpcConfigurationId)
The ID of the VPC configuration to delete.
vpcConfigurationId
- The ID of the VPC configuration to delete.public String getVpcConfigurationId()
The ID of the VPC configuration to delete.
public DeleteApplicationVpcConfigurationRequest withVpcConfigurationId(String vpcConfigurationId)
The ID of the VPC configuration to delete.
vpcConfigurationId
- The ID of the VPC configuration to delete.public void setConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
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
CurrentApplicationVersionId
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
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's current
ConditionalToken
using DescribeApplication. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's
current ConditionalToken
using DescribeApplication. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public DeleteApplicationVpcConfigurationRequest withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
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
CurrentApplicationVersionId
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 DeleteApplicationVpcConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()