@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationOutputRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationOutputRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
Amazon Kinesis Analytics application name.
|
Long |
getCurrentApplicationVersionId()
Amazon Kinesis Analytics application version.
|
String |
getOutputId()
The ID of the configuration to delete.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
Amazon Kinesis Analytics application name.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
Amazon Kinesis Analytics application version.
|
void |
setOutputId(String outputId)
The ID of the configuration to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationOutputRequest |
withApplicationName(String applicationName)
Amazon Kinesis Analytics application name.
|
DeleteApplicationOutputRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
Amazon Kinesis Analytics application version.
|
DeleteApplicationOutputRequest |
withOutputId(String outputId)
The ID of the configuration to delete.
|
addHandlerContext, copyBaseTo, 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 void setApplicationName(String applicationName)
Amazon Kinesis Analytics application name.
applicationName
- Amazon Kinesis Analytics application name.public String getApplicationName()
Amazon Kinesis Analytics application name.
public DeleteApplicationOutputRequest withApplicationName(String applicationName)
Amazon Kinesis Analytics application name.
applicationName
- Amazon Kinesis Analytics application name.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
Amazon Kinesis Analytics 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
- Amazon Kinesis Analytics 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()
Amazon Kinesis Analytics 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 DeleteApplicationOutputRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
Amazon Kinesis Analytics 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
- Amazon Kinesis Analytics 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 setOutputId(String outputId)
The ID of the configuration to delete. Each output configuration that is added to the application, either when
the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output
configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
outputId
- The ID of the configuration to delete. Each output configuration that is added to the application, either
when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the
output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.public String getOutputId()
The ID of the configuration to delete. Each output configuration that is added to the application, either when
the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output
configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
OutputId
.public DeleteApplicationOutputRequest withOutputId(String outputId)
The ID of the configuration to delete. Each output configuration that is added to the application, either when
the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output
configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
outputId
- The ID of the configuration to delete. Each output configuration that is added to the application, either
when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the
output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationOutputRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.