@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()
The name of an existing application.
|
Long |
getCurrentApplicationVersionId()
The current application version.
|
String |
getReferenceId()
The ID of the reference data source.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing application.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version.
|
void |
setReferenceId(String referenceId)
The ID of the reference data source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationReferenceDataSourceRequest |
withApplicationName(String applicationName)
The name of an existing application.
|
DeleteApplicationReferenceDataSourceRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The current application version.
|
DeleteApplicationReferenceDataSourceRequest |
withReferenceId(String referenceId)
The 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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteApplicationReferenceDataSourceRequest()
public void setApplicationName(String applicationName)
The name of an existing application.
applicationName
- The name of an existing application.public String getApplicationName()
The name of an existing application.
public DeleteApplicationReferenceDataSourceRequest withApplicationName(String applicationName)
The name of an existing application.
applicationName
- The name of an existing application.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The current 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 current 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 current 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 DeleteApplicationReferenceDataSourceRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The current 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 current 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 setReferenceId(String referenceId)
The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
referenceId
- The ID of the reference data source. When you add a reference data source to your application using the
AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the
DescribeApplication operation to get the reference ID.public String getReferenceId()
The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
public DeleteApplicationReferenceDataSourceRequest withReferenceId(String referenceId)
The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
referenceId
- The ID of the reference data source. When you add a reference data source to your application using the
AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the
DescribeApplication operation to get the reference ID.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationReferenceDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()