@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServiceTemplateRequest extends ProtonRequest implements ToCopyableBuilder<UpdateServiceTemplateRequest.Builder,UpdateServiceTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServiceTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceTemplateRequest.Builder |
builder() |
String |
description()
A description of the service template update.
|
String |
displayName()
The name of the service template to update that's 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 service template to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServiceTemplateRequest.Builder> |
serializableBuilderClass() |
UpdateServiceTemplateRequest.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 service template update.
public final String displayName()
The name of the service template to update that's displayed in the developer interface.
public final String name()
The name of the service template to update.
public UpdateServiceTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServiceTemplateRequest.Builder,UpdateServiceTemplateRequest>toBuilder in class ProtonRequestpublic static UpdateServiceTemplateRequest.Builder builder()
public static Class<? extends UpdateServiceTemplateRequest.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.