Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
Request to delete an application.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application to delete.
|
static DeleteApplicationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteApplicationRequest.Builder> |
serializableBuilderClass() |
|
Boolean |
terminateEnvByForce() |
When set to true, running environments will be terminated before deleting the application.
|
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, withSdkClientExecutionTimeout
public String applicationName()
The name of the application to delete.
public Boolean terminateEnvByForce()
When set to true, running environments will be terminated before deleting the application.
public DeleteApplicationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.