@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 hash that you used to create the request signature.
|
String |
getUrl()
The URL for the user interface template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContentSha256(String contentSha256)
The SHA 256 hash that you used to create the request signature.
|
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 hash that you used to create the request signature.
|
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 hash that you used to create the request signature.
contentSha256 - The SHA 256 hash that you used to create the request signature.public String getContentSha256()
The SHA 256 hash that you used to create the request signature.
public UiTemplateInfo withContentSha256(String contentSha256)
The SHA 256 hash that you used to create the request signature.
contentSha256 - The SHA 256 hash that you used to create the request signature.public String toString()
toString in class ObjectObject.toString()public UiTemplateInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.