Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteApplicationRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
applicationName() |
Name of the Amazon Kinesis Analytics application to delete.
|
static DeleteApplicationRequest.Builder |
builder() |
|
Date |
createTimestamp() |
You can use the
DescribeApplication operation to get this value. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteApplicationRequest.Builder> |
serializableBuilderClass() |
|
DeleteApplicationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String applicationName()
Name of the Amazon Kinesis Analytics application to delete.
public Date createTimestamp()
You can use the DescribeApplication operation to get this value.
DescribeApplication operation to get this value.public DeleteApplicationRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>public static DeleteApplicationRequest.Builder builder()
public static Class<? extends DeleteApplicationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.