@Generated(value="software.amazon.awssdk:codegen") public final class DeleteApplicationVersionRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
Request to delete an application version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteApplicationVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application to which the version belongs.
|
static DeleteApplicationVersionRequest.Builder |
builder() |
Boolean |
deleteSourceBundle()
Set to
true to delete the source bundle from your storage bucket. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteApplicationVersionRequest.Builder> |
serializableBuilderClass() |
DeleteApplicationVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
The label of the version to delete.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of the application to which the version belongs.
public String versionLabel()
The label of the version to delete.
public Boolean deleteSourceBundle()
Set to true to delete the source bundle from your storage bucket. Otherwise, the application version
is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.
true to delete the source bundle from your storage bucket. Otherwise, the application
version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.public DeleteApplicationVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>toBuilder in class ElasticBeanstalkRequestpublic static DeleteApplicationVersionRequest.Builder builder()
public static Class<? extends DeleteApplicationVersionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.