@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThemesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListThemesResult() |
Modifier and Type | Method and Description |
---|---|
ListThemesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
List<ThemeSummary> |
getThemeSummaryList()
Information about the themes in the list.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListThemesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemesResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListThemesResult |
withStatus(Integer status)
The HTTP status of the request.
|
ListThemesResult |
withThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
|
ListThemesResult |
withThemeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ThemeSummary> getThemeSummaryList()
Information about the themes in the list.
public void setThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
themeSummaryList
- Information about the themes in the list.public ListThemesResult withThemeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
NOTE: This method appends the values to the existing list (if any). Use
setThemeSummaryList(java.util.Collection)
or withThemeSummaryList(java.util.Collection)
if you
want to override the existing values.
themeSummaryList
- Information about the themes in the list.public ListThemesResult withThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
themeSummaryList
- Information about the themes in the list.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListThemesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public ListThemesResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public ListThemesResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public ListThemesResult clone()