@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() |
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, 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 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 ObjectObject.toString()public DeleteApplicationVpcConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.