@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 hash that you used to create the request signature.
|
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 String url()
The URL for the user interface template.
public String contentSha256()
The SHA 256 hash that you used to create the request signature.
public UiTemplateInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>
public static UiTemplateInfo.Builder builder()
public static Class<? extends UiTemplateInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.