@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 Kinesis Analytics application name.
|
Long |
getCurrentApplicationVersionId()
The version ID of the Kinesis Analytics application.
|
String |
getInputId()
The ID of the input configuration from which to delete the input configuration.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The Kinesis Analytics application name.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the Kinesis Analytics application.
|
void |
setInputId(String inputId)
The ID of the input configuration from which to delete the input configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteApplicationInputProcessingConfigurationRequest |
withApplicationName(String applicationName)
The Kinesis Analytics application name.
|
DeleteApplicationInputProcessingConfigurationRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the Kinesis Analytics application.
|
DeleteApplicationInputProcessingConfigurationRequest |
withInputId(String inputId)
The ID of the input configuration from which to delete the input 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, withSdkRequestTimeoutpublic DeleteApplicationInputProcessingConfigurationRequest()
public void setApplicationName(String applicationName)
The Kinesis Analytics application name.
applicationName - The Kinesis Analytics application name.public String getApplicationName()
The Kinesis Analytics application name.
public DeleteApplicationInputProcessingConfigurationRequest withApplicationName(String applicationName)
The Kinesis Analytics application name.
applicationName - The Kinesis Analytics application name.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the Kinesis Analytics application.
currentApplicationVersionId - The version ID of the Kinesis Analytics application.public Long getCurrentApplicationVersionId()
The version ID of the Kinesis Analytics application.
public DeleteApplicationInputProcessingConfigurationRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the Kinesis Analytics application.
currentApplicationVersionId - The version ID of the Kinesis Analytics application.public void setInputId(String inputId)
The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
inputId - The ID of the input configuration from which to delete the input configuration. 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 from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
public DeleteApplicationInputProcessingConfigurationRequest withInputId(String inputId)
The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
inputId - The ID of the input configuration from which to delete the input configuration. You can get a list of the
input IDs for an application using the DescribeApplication operation.public String toString()
toString in class ObjectObject.toString()public DeleteApplicationInputProcessingConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.