@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThemeAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateThemeAliasRequest() |
Modifier and Type | Method and Description |
---|---|
CreateThemeAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasName()
The name that you want to give to the theme alias that you are creating.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
|
String |
getThemeId()
An ID for the theme alias.
|
Long |
getThemeVersionNumber()
The version number of the theme.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The name that you want to give to the theme alias that you are creating.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
|
void |
setThemeId(String themeId)
An ID for the theme alias.
|
void |
setThemeVersionNumber(Long themeVersionNumber)
The version number of the theme.
|
String |
toString()
Returns a string representation of this object.
|
CreateThemeAliasRequest |
withAliasName(String aliasName)
The name that you want to give to the theme alias that you are creating.
|
CreateThemeAliasRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
|
CreateThemeAliasRequest |
withThemeId(String themeId)
An ID for the theme alias.
|
CreateThemeAliasRequest |
withThemeVersionNumber(Long themeVersionNumber)
The version number of the theme.
|
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 theme for the new theme alias.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme for the new theme alias.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
public CreateThemeAliasRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme for the new theme alias.public void setThemeId(String themeId)
An ID for the theme alias.
themeId
- An ID for the theme alias.public String getThemeId()
An ID for the theme alias.
public CreateThemeAliasRequest withThemeId(String themeId)
An ID for the theme alias.
themeId
- An ID for the theme alias.public void setAliasName(String aliasName)
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a
$
. Alias names that start with $
are reserved by Amazon QuickSight.
aliasName
- The name that you want to give to the theme alias that you are creating. The alias name can't begin with a
$
. Alias names that start with $
are reserved by Amazon QuickSight.public String getAliasName()
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a
$
. Alias names that start with $
are reserved by Amazon QuickSight.
$
. Alias names that start with $
are reserved by Amazon QuickSight.public CreateThemeAliasRequest withAliasName(String aliasName)
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a
$
. Alias names that start with $
are reserved by Amazon QuickSight.
aliasName
- The name that you want to give to the theme alias that you are creating. The alias name can't begin with a
$
. Alias names that start with $
are reserved by Amazon QuickSight.public void setThemeVersionNumber(Long themeVersionNumber)
The version number of the theme.
themeVersionNumber
- The version number of the theme.public Long getThemeVersionNumber()
The version number of the theme.
public CreateThemeAliasRequest withThemeVersionNumber(Long themeVersionNumber)
The version number of the theme.
themeVersionNumber
- The version number of the theme.public String toString()
toString
in class Object
Object.toString()
public CreateThemeAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()