@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThemeVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The theme version.
| Constructor and Description |
|---|
ThemeVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
ThemeVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the theme version.
|
Date |
getCreatedTime()
The date and time that this theme version was created.
|
String |
getDescription()
The description of the theme version.
|
String |
getStatus()
The status of the theme version.
|
Long |
getVersionNumber()
The version number of the theme version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the theme version.
|
void |
setCreatedTime(Date createdTime)
The date and time that this theme version was created.
|
void |
setDescription(String description)
The description of the theme version.
|
void |
setStatus(String status)
The status of the theme version.
|
void |
setVersionNumber(Long versionNumber)
The version number of the theme version.
|
String |
toString()
Returns a string representation of this object.
|
ThemeVersionSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the theme version.
|
ThemeVersionSummary |
withCreatedTime(Date createdTime)
The date and time that this theme version was created.
|
ThemeVersionSummary |
withDescription(String description)
The description of the theme version.
|
ThemeVersionSummary |
withStatus(ResourceStatus status)
The status of the theme version.
|
ThemeVersionSummary |
withStatus(String status)
The status of the theme version.
|
ThemeVersionSummary |
withVersionNumber(Long versionNumber)
The version number of the theme version.
|
public void setVersionNumber(Long versionNumber)
The version number of the theme version.
versionNumber - The version number of the theme version.public Long getVersionNumber()
The version number of the theme version.
public ThemeVersionSummary withVersionNumber(Long versionNumber)
The version number of the theme version.
versionNumber - The version number of the theme version.public void setArn(String arn)
The Amazon Resource Name (ARN) of the theme version.
arn - The Amazon Resource Name (ARN) of the theme version.public String getArn()
The Amazon Resource Name (ARN) of the theme version.
public ThemeVersionSummary withArn(String arn)
The Amazon Resource Name (ARN) of the theme version.
arn - The Amazon Resource Name (ARN) of the theme version.public void setDescription(String description)
The description of the theme version.
description - The description of the theme version.public String getDescription()
The description of the theme version.
public ThemeVersionSummary withDescription(String description)
The description of the theme version.
description - The description of the theme version.public void setCreatedTime(Date createdTime)
The date and time that this theme version was created.
createdTime - The date and time that this theme version was created.public Date getCreatedTime()
The date and time that this theme version was created.
public ThemeVersionSummary withCreatedTime(Date createdTime)
The date and time that this theme version was created.
createdTime - The date and time that this theme version was created.public void setStatus(String status)
The status of the theme version.
status - The status of the theme version.ResourceStatuspublic String getStatus()
The status of the theme version.
ResourceStatuspublic ThemeVersionSummary withStatus(String status)
The status of the theme version.
status - The status of the theme version.ResourceStatuspublic ThemeVersionSummary withStatus(ResourceStatus status)
The status of the theme version.
status - The status of the theme version.ResourceStatuspublic String toString()
toString in class ObjectObject.toString()public ThemeVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.