@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReviewTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReviewTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListReviewTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<ReviewTemplateSummary> |
getReviewTemplates()
List of review templates.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setReviewTemplates(Collection<ReviewTemplateSummary> reviewTemplates)
List of review templates.
|
String |
toString()
Returns a string representation of this object.
|
ListReviewTemplatesResult |
withNextToken(String nextToken) |
ListReviewTemplatesResult |
withReviewTemplates(Collection<ReviewTemplateSummary> reviewTemplates)
List of review templates.
|
ListReviewTemplatesResult |
withReviewTemplates(ReviewTemplateSummary... reviewTemplates)
List of review templates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ReviewTemplateSummary> getReviewTemplates()
List of review templates.
public void setReviewTemplates(Collection<ReviewTemplateSummary> reviewTemplates)
List of review templates.
reviewTemplates
- List of review templates.public ListReviewTemplatesResult withReviewTemplates(ReviewTemplateSummary... reviewTemplates)
List of review templates.
NOTE: This method appends the values to the existing list (if any). Use
setReviewTemplates(java.util.Collection)
or withReviewTemplates(java.util.Collection)
if you
want to override the existing values.
reviewTemplates
- List of review templates.public ListReviewTemplatesResult withReviewTemplates(Collection<ReviewTemplateSummary> reviewTemplates)
List of review templates.
reviewTemplates
- List of review templates.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListReviewTemplatesResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListReviewTemplatesResult clone()