public class DeleteApplicationOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationOutputRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationOutputRequest |
clone()
Creates a shallow clone of this request.
|
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; useful for testing and
debugging.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.