@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddApplicationInputProcessingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddApplicationInputProcessingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
AddApplicationInputProcessingConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
Name of the application to which you want to add the input processing configuration.
|
Long |
getCurrentApplicationVersionId()
Version of the application to which you want to add the input processing configuration.
|
String |
getInputId()
The ID of the input configuration to add the input processing configuration to.
|
InputProcessingConfiguration |
getInputProcessingConfiguration()
The InputProcessingConfiguration to add to the application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
Name of the application to which you want to add the input processing configuration.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
Version of the application to which you want to add the input processing configuration.
|
void |
setInputId(String inputId)
The ID of the input configuration to add the input processing configuration to.
|
void |
setInputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
|
String |
toString()
Returns a string representation of this object.
|
AddApplicationInputProcessingConfigurationRequest |
withApplicationName(String applicationName)
Name of the application to which you want to add the input processing configuration.
|
AddApplicationInputProcessingConfigurationRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
Version of the application to which you want to add the input processing configuration.
|
AddApplicationInputProcessingConfigurationRequest |
withInputId(String inputId)
The ID of the input configuration to add the input processing configuration to.
|
AddApplicationInputProcessingConfigurationRequest |
withInputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
|
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, withSdkRequestTimeout
public AddApplicationInputProcessingConfigurationRequest()
public void setApplicationName(String applicationName)
Name of the application to which you want to add the input processing configuration.
applicationName
- Name of the application to which you want to add the input processing configuration.public String getApplicationName()
Name of the application to which you want to add the input processing configuration.
public AddApplicationInputProcessingConfigurationRequest withApplicationName(String applicationName)
Name of the application to which you want to add the input processing configuration.
applicationName
- Name of the application to which you want to add the input processing configuration.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
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
- 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()
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 AddApplicationInputProcessingConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
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
- 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 setInputId(String inputId)
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
inputId
- The ID of the input configuration to add the input processing configuration to. You can get a list of the
input IDs for an application using the DescribeApplication operation.public String getInputId()
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
public AddApplicationInputProcessingConfigurationRequest withInputId(String inputId)
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
inputId
- The ID of the input configuration to add the input processing configuration to. You can get a list of the
input IDs for an application using the DescribeApplication operation.public void setInputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
inputProcessingConfiguration
- The InputProcessingConfiguration to add to the application.public InputProcessingConfiguration getInputProcessingConfiguration()
The InputProcessingConfiguration to add to the application.
public AddApplicationInputProcessingConfigurationRequest withInputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
inputProcessingConfiguration
- The InputProcessingConfiguration to add to the application.public String toString()
toString
in class Object
Object.toString()
public AddApplicationInputProcessingConfigurationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.