@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationInputProcessingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationInputProcessingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationInputProcessingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application.
|
Long |
getCurrentApplicationVersionId()
The application version.
|
String |
getInputId()
The ID of the input configuration from which to delete the input processing configuration.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version.
|
void |
setInputId(String inputId)
The ID of the input configuration from which to delete the input processing configuration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationInputProcessingConfigurationRequest |
withApplicationName(String applicationName)
The name of the application.
|
DeleteApplicationInputProcessingConfigurationRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version.
|
DeleteApplicationInputProcessingConfigurationRequest |
withInputId(String inputId)
The ID of the input configuration from which to delete the input processing configuration.
|
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 DeleteApplicationInputProcessingConfigurationRequest()
public void setApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public String getApplicationName()
The name of the application.
public DeleteApplicationInputProcessingConfigurationRequest withApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version. 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 application version. 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 application version. 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 DeleteApplicationInputProcessingConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version. 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 application version. 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 from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
inputId
- The ID of the input configuration from which to delete the input processing configuration. You can get a
list of the input IDs for an application by using the DescribeApplication operation.public String getInputId()
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
public DeleteApplicationInputProcessingConfigurationRequest withInputId(String inputId)
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
inputId
- The ID of the input configuration from which to delete the input processing configuration. You can get a
list of the input IDs for an application by using the DescribeApplication operation.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationInputProcessingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.