@Generated(value="software.amazon.awssdk:codegen") public final class TemplateActiveVersionRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateActiveVersionRequest.Builder,TemplateActiveVersionRequest>
Specifies which version of a message template to use as the active version of the template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateActiveVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateActiveVersionRequest.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 TemplateActiveVersionRequest.Builder> |
serializableBuilderClass() |
TemplateActiveVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the message template to use as the active version of the template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String version()
The version of the message template to use as the active version of the template. Valid values are: latest, for the most recent version of the template; or, the unique identifier for any existing version of the template. If you specify an identifier, the value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.
public TemplateActiveVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateActiveVersionRequest.Builder,TemplateActiveVersionRequest>public static TemplateActiveVersionRequest.Builder builder()
public static Class<? extends TemplateActiveVersionRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.