@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThemeData extends Object implements Serializable, Cloneable, StructuredPojo
Represents all of the information that is required to create a theme.
Constructor and Description |
---|
CreateThemeData() |
Modifier and Type | Method and Description |
---|---|
CreateThemeData |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateThemeData |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateThemeData |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the theme.
|
List<ThemeValues> |
getOverrides()
Describes the properties that can be overriden to customize an instance of the theme.
|
Map<String,String> |
getTags()
One or more key-value pairs to use when tagging the theme data.
|
List<ThemeValues> |
getValues()
A list of key-value pairs that defines the properties of the theme.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the theme.
|
void |
setOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
void |
setTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
|
void |
setValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
String |
toString()
Returns a string representation of this object.
|
CreateThemeData |
withName(String name)
The name of the theme.
|
CreateThemeData |
withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData |
withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData |
withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
|
CreateThemeData |
withValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
CreateThemeData |
withValues(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
public void setName(String name)
The name of the theme.
name
- The name of the theme.public String getName()
The name of the theme.
public CreateThemeData withName(String name)
The name of the theme.
name
- The name of the theme.public List<ThemeValues> getOverrides()
Describes the properties that can be overriden to customize an instance of the theme.
public void setOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
overrides
- Describes the properties that can be overriden to customize an instance of the theme.public CreateThemeData withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
NOTE: This method appends the values to the existing list (if any). Use
setOverrides(java.util.Collection)
or withOverrides(java.util.Collection)
if you want to
override the existing values.
overrides
- Describes the properties that can be overriden to customize an instance of the theme.public CreateThemeData withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
overrides
- Describes the properties that can be overriden to customize an instance of the theme.public Map<String,String> getTags()
One or more key-value pairs to use when tagging the theme data.
public void setTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
tags
- One or more key-value pairs to use when tagging the theme data.public CreateThemeData withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
tags
- One or more key-value pairs to use when tagging the theme data.public CreateThemeData addTagsEntry(String key, String value)
public CreateThemeData clearTagsEntries()
public List<ThemeValues> getValues()
A list of key-value pairs that defines the properties of the theme.
public void setValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
values
- A list of key-value pairs that defines the properties of the theme.public CreateThemeData withValues(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- A list of key-value pairs that defines the properties of the theme.public CreateThemeData withValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
values
- A list of key-value pairs that defines the properties of the theme.public String toString()
toString
in class Object
Object.toString()
public CreateThemeData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.