@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of a review template.
Constructor and Description |
---|
ReviewTemplateSummary() |
Modifier and Type | Method and Description |
---|---|
ReviewTemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Description of the review template.
|
List<String> |
getLenses()
Lenses associated with the review template.
|
String |
getOwner() |
String |
getTemplateArn()
The review template ARN.
|
String |
getTemplateName()
The name of the review template.
|
Date |
getUpdatedAt() |
String |
getUpdateStatus()
The latest status of a review template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
Description of the review template.
|
void |
setLenses(Collection<String> lenses)
Lenses associated with the review template.
|
void |
setOwner(String owner) |
void |
setTemplateArn(String templateArn)
The review template ARN.
|
void |
setTemplateName(String templateName)
The name of the review template.
|
void |
setUpdatedAt(Date updatedAt) |
void |
setUpdateStatus(String updateStatus)
The latest status of a review template.
|
String |
toString()
Returns a string representation of this object.
|
ReviewTemplateSummary |
withDescription(String description)
Description of the review template.
|
ReviewTemplateSummary |
withLenses(Collection<String> lenses)
Lenses associated with the review template.
|
ReviewTemplateSummary |
withLenses(String... lenses)
Lenses associated with the review template.
|
ReviewTemplateSummary |
withOwner(String owner) |
ReviewTemplateSummary |
withTemplateArn(String templateArn)
The review template ARN.
|
ReviewTemplateSummary |
withTemplateName(String templateName)
The name of the review template.
|
ReviewTemplateSummary |
withUpdatedAt(Date updatedAt) |
ReviewTemplateSummary |
withUpdateStatus(ReviewTemplateUpdateStatus updateStatus)
The latest status of a review template.
|
ReviewTemplateSummary |
withUpdateStatus(String updateStatus)
The latest status of a review template.
|
public void setDescription(String description)
Description of the review template.
description
- Description of the review template.public String getDescription()
Description of the review template.
public ReviewTemplateSummary withDescription(String description)
Description of the review template.
description
- Description of the review template.public List<String> getLenses()
Lenses associated with the review template.
public void setLenses(Collection<String> lenses)
Lenses associated with the review template.
lenses
- Lenses associated with the review template.public ReviewTemplateSummary withLenses(String... lenses)
Lenses associated with the review template.
NOTE: This method appends the values to the existing list (if any). Use
setLenses(java.util.Collection)
or withLenses(java.util.Collection)
if you want to override the
existing values.
lenses
- Lenses associated with the review template.public ReviewTemplateSummary withLenses(Collection<String> lenses)
Lenses associated with the review template.
lenses
- Lenses associated with the review template.public void setOwner(String owner)
owner
- public String getOwner()
public ReviewTemplateSummary withOwner(String owner)
owner
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public ReviewTemplateSummary withUpdatedAt(Date updatedAt)
updatedAt
- public void setTemplateArn(String templateArn)
The review template ARN.
templateArn
- The review template ARN.public String getTemplateArn()
The review template ARN.
public ReviewTemplateSummary withTemplateArn(String templateArn)
The review template ARN.
templateArn
- The review template ARN.public void setTemplateName(String templateName)
The name of the review template.
templateName
- The name of the review template.public String getTemplateName()
The name of the review template.
public ReviewTemplateSummary withTemplateName(String templateName)
The name of the review template.
templateName
- The name of the review template.public void setUpdateStatus(String updateStatus)
The latest status of a review template.
updateStatus
- The latest status of a review template.ReviewTemplateUpdateStatus
public String getUpdateStatus()
The latest status of a review template.
ReviewTemplateUpdateStatus
public ReviewTemplateSummary withUpdateStatus(String updateStatus)
The latest status of a review template.
updateStatus
- The latest status of a review template.ReviewTemplateUpdateStatus
public ReviewTemplateSummary withUpdateStatus(ReviewTemplateUpdateStatus updateStatus)
The latest status of a review template.
updateStatus
- The latest status of a review template.ReviewTemplateUpdateStatus
public String toString()
toString
in class Object
Object.toString()
public ReviewTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.