@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UiTemplateInfo extends Object implements Serializable, Cloneable, StructuredPojo
Container for user interface template information.
| Constructor and Description |
|---|
UiTemplateInfo() |
| Modifier and Type | Method and Description |
|---|---|
UiTemplateInfo |
clone() |
boolean |
equals(Object obj) |
String |
getContentSha256()
The SHA-256 digest of the contents of the template.
|
String |
getUrl()
The URL for the user interface template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setContentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
|
void |
setUrl(String url)
The URL for the user interface template.
|
String |
toString()
Returns a string representation of this object.
|
UiTemplateInfo |
withContentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
|
UiTemplateInfo |
withUrl(String url)
The URL for the user interface template.
|
public void setUrl(String url)
The URL for the user interface template.
url - The URL for the user interface template.public String getUrl()
The URL for the user interface template.
public UiTemplateInfo withUrl(String url)
The URL for the user interface template.
url - The URL for the user interface template.public void setContentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
contentSha256 - The SHA-256 digest of the contents of the template.public String getContentSha256()
The SHA-256 digest of the contents of the template.
public UiTemplateInfo withContentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
contentSha256 - The SHA-256 digest of the contents of the template.public String toString()
toString in class ObjectObject.toString()public UiTemplateInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.