@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfigurationTemplateRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>
Request to delete a configuration template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConfigurationTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application to delete the configuration template from.
|
static DeleteConfigurationTemplateRequest.Builder |
builder() |
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 DeleteConfigurationTemplateRequest.Builder> |
serializableBuilderClass() |
String |
templateName()
The name of the configuration template to delete.
|
DeleteConfigurationTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of the application to delete the configuration template from.
public String templateName()
The name of the configuration template to delete.
public DeleteConfigurationTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>toBuilder in class ElasticBeanstalkRequestpublic static DeleteConfigurationTemplateRequest.Builder builder()
public static Class<? extends DeleteConfigurationTemplateRequest.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.