@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEnvironmentConfigurationRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
Request to delete a draft environment configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEnvironmentConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application the environment is associated with.
|
static DeleteEnvironmentConfigurationRequest.Builder |
builder() |
String |
environmentName()
The name of the environment to delete the draft configuration from.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteEnvironmentConfigurationRequest.Builder> |
serializableBuilderClass() |
DeleteEnvironmentConfigurationRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of the application the environment is associated with.
public String environmentName()
The name of the environment to delete the draft configuration from.
public DeleteEnvironmentConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>toBuilder in class ElasticBeanstalkRequestpublic static DeleteEnvironmentConfigurationRequest.Builder builder()
public static Class<? extends DeleteEnvironmentConfigurationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.