@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThemeAlias extends Object implements Serializable, Cloneable, StructuredPojo
An alias for a theme.
Constructor and Description |
---|
ThemeAlias() |
Modifier and Type | Method and Description |
---|---|
ThemeAlias |
clone() |
boolean |
equals(Object obj) |
String |
getAliasName()
The display name of the theme alias.
|
String |
getArn()
The Amazon Resource Name (ARN) of the theme alias.
|
Long |
getThemeVersionNumber()
The version number of the theme alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAliasName(String aliasName)
The display name of the theme alias.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
|
void |
setThemeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
|
String |
toString()
Returns a string representation of this object.
|
ThemeAlias |
withAliasName(String aliasName)
The display name of the theme alias.
|
ThemeAlias |
withArn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
|
ThemeAlias |
withThemeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
arn
- The Amazon Resource Name (ARN) of the theme alias.public String getArn()
The Amazon Resource Name (ARN) of the theme alias.
public ThemeAlias withArn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
arn
- The Amazon Resource Name (ARN) of the theme alias.public void setAliasName(String aliasName)
The display name of the theme alias.
aliasName
- The display name of the theme alias.public String getAliasName()
The display name of the theme alias.
public ThemeAlias withAliasName(String aliasName)
The display name of the theme alias.
aliasName
- The display name of the theme alias.public void setThemeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
themeVersionNumber
- The version number of the theme alias.public Long getThemeVersionNumber()
The version number of the theme alias.
public ThemeAlias withThemeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
themeVersionNumber
- The version number of the theme alias.public String toString()
toString
in class Object
Object.toString()
public ThemeAlias clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.