@Generated(value="software.amazon.awssdk:codegen") public final class UiTemplateInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>
Container for user interface template information.
Modifier and Type | Class and Description |
---|---|
static interface |
UiTemplateInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static UiTemplateInfo.Builder |
builder() |
String |
contentSha256()
The SHA-256 digest of the contents of the template.
|
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 UiTemplateInfo.Builder> |
serializableBuilderClass() |
UiTemplateInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL for the user interface template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String url()
The URL for the user interface template.
public final String contentSha256()
The SHA-256 digest of the contents of the template.
public UiTemplateInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>
public static UiTemplateInfo.Builder builder()
public static Class<? extends UiTemplateInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.