@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.
|
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 |
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 |
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 can retrieve the application version ID using DescribeApplication.
currentApplicationVersionId
- The current application version ID. You can retrieve the application version ID using
DescribeApplication.public Long getCurrentApplicationVersionId()
The current application version ID. You can retrieve the application version ID using DescribeApplication.
public DeleteApplicationVpcConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version ID. You can retrieve the application version ID using DescribeApplication.
currentApplicationVersionId
- The current application version ID. You can retrieve the application version ID using
DescribeApplication.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 String toString()
toString
in class Object
Object.toString()
public DeleteApplicationVpcConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.