@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentTemplateRequest extends ProtonRequest implements ToCopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentTemplateRequest.Builder |
builder() |
String |
description()
A description of the environment template update.
|
String |
displayName()
The name of the environment template to update as displayed in the developer interface.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the environment template to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentTemplateRequest.Builder> |
serializableBuilderClass() |
UpdateEnvironmentTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of the environment template update.
public final String displayName()
The name of the environment template to update as displayed in the developer interface.
public final String name()
The name of the environment template to update.
public UpdateEnvironmentTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>toBuilder in class ProtonRequestpublic static UpdateEnvironmentTemplateRequest.Builder builder()
public static Class<? extends UpdateEnvironmentTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.