@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationReferenceDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteApplicationReferenceDataSourceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteApplicationReferenceDataSourceRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getApplicationName()
 Name of an existing application. | 
| Long | getCurrentApplicationVersionId()
 Version of the application. | 
| String | getReferenceId()
 ID of the reference data source. | 
| int | hashCode() | 
| void | setApplicationName(String applicationName)
 Name of an existing application. | 
| void | setCurrentApplicationVersionId(Long currentApplicationVersionId)
 Version of the application. | 
| void | setReferenceId(String referenceId)
 ID of the reference data source. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DeleteApplicationReferenceDataSourceRequest | withApplicationName(String applicationName)
 Name of an existing application. | 
| DeleteApplicationReferenceDataSourceRequest | withCurrentApplicationVersionId(Long currentApplicationVersionId)
 Version of the application. | 
| DeleteApplicationReferenceDataSourceRequest | withReferenceId(String referenceId)
 ID of the reference data source. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteApplicationReferenceDataSourceRequest()
public void setApplicationName(String applicationName)
Name of an existing application.
applicationName - Name of an existing application.public String getApplicationName()
Name of an existing application.
public DeleteApplicationReferenceDataSourceRequest withApplicationName(String applicationName)
Name of an existing application.
applicationName - Name of an existing application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
 Version of the application. 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. 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. 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 DeleteApplicationReferenceDataSourceRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
 Version of the application. 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. 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 setReferenceId(String referenceId)
ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
referenceId - ID of the reference data source. When you add a reference data source to your application using the
        AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the
        DescribeApplication operation to get the reference ID.public String getReferenceId()
ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
public DeleteApplicationReferenceDataSourceRequest withReferenceId(String referenceId)
ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
referenceId - ID of the reference data source. When you add a reference data source to your application using the
        AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the
        DescribeApplication operation to get the reference ID.public String toString()
toString in class ObjectObject.toString()public DeleteApplicationReferenceDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.