@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.
|
Long |
getCurrentApplicationVersionId()
The version of the application to which you want to add the input processing 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 |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the input processing 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 |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the input processing 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 input processing configuration. 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 input processing configuration. 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 input processing configuration. 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.
ConcurrentModificationException
is returned.public AddApplicationVpcConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the input processing configuration. 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 input processing configuration. 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 String toString()
toString
in class Object
Object.toString()
public AddApplicationVpcConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.