@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThemesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListThemesRequest() |
Modifier and Type | Method and Description |
---|---|
ListThemesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the themes that you're listing.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getType()
The type of themes that you want to list.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setType(String type)
The type of themes that you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListThemesRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
|
ListThemesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListThemesRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemesRequest |
withType(String type)
The type of themes that you want to list.
|
ListThemesRequest |
withType(ThemeType type)
The type of themes that you want to list.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
awsAccountId
- The ID of the Amazon Web Services account that contains the themes that you're listing.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the themes that you're listing.
public ListThemesRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
awsAccountId
- The ID of the Amazon Web Services account that contains the themes that you're listing.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 ListThemesRequest 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 setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListThemesRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public void setType(String type)
The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
type
- The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
ThemeType
public String getType()
The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
ThemeType
public ListThemesRequest withType(String type)
The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
type
- The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
ThemeType
public ListThemesRequest withType(ThemeType type)
The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
type
- The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon QuickSight.
QUICKSIGHT
- Display only the starting themes defined by Amazon QuickSight.
ThemeType
public String toString()
toString
in class Object
Object.toString()
public ListThemesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()