@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThemeVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListThemeVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListThemeVersionsResult |
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<ThemeVersionSummary> |
getThemeVersionSummaryList()
A structure containing a list of all the versions of the specified theme.
|
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 |
setThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
String |
toString()
Returns a string representation of this object.
|
ListThemeVersionsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemeVersionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListThemeVersionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
ListThemeVersionsResult |
withThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
ListThemeVersionsResult |
withThemeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ThemeVersionSummary> getThemeVersionSummaryList()
A structure containing a list of all the versions of the specified theme.
public void setThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
themeVersionSummaryList
- A structure containing a list of all the versions of the specified theme.public ListThemeVersionsResult withThemeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
NOTE: This method appends the values to the existing list (if any). Use
setThemeVersionSummaryList(java.util.Collection)
or
withThemeVersionSummaryList(java.util.Collection)
if you want to override the existing values.
themeVersionSummaryList
- A structure containing a list of all the versions of the specified theme.public ListThemeVersionsResult withThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
themeVersionSummaryList
- A structure containing a list of all the versions of the specified theme.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 ListThemeVersionsResult 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 ListThemeVersionsResult 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 ListThemeVersionsResult 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 ListThemeVersionsResult clone()