@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 processing 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 processing configuration.
|
String |
toString()
Returns a string representation of this object.
|
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 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 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 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()