@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobThemeOverrideTags extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a list of tags to be assigned to a list of theme IDs.
Constructor and Description |
---|
AssetBundleImportJobThemeOverrideTags() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobThemeOverrideTags |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTags()
A list of tags for the themes that you want to apply overrides to.
|
List<String> |
getThemeIds()
A list of theme IDs that you want to apply overrides to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTags(Collection<Tag> tags)
A list of tags for the themes that you want to apply overrides to.
|
void |
setThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobThemeOverrideTags |
withTags(Collection<Tag> tags)
A list of tags for the themes that you want to apply overrides to.
|
AssetBundleImportJobThemeOverrideTags |
withTags(Tag... tags)
A list of tags for the themes that you want to apply overrides to.
|
AssetBundleImportJobThemeOverrideTags |
withThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to.
|
AssetBundleImportJobThemeOverrideTags |
withThemeIds(String... themeIds)
A list of theme IDs that you want to apply overrides to.
|
public AssetBundleImportJobThemeOverrideTags()
public List<String> getThemeIds()
A list of theme IDs that you want to apply overrides to. You can use *
to override all themes in
this asset bundle.
*
to override all
themes in this asset bundle.public void setThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to. You can use *
to override all themes in
this asset bundle.
themeIds
- A list of theme IDs that you want to apply overrides to. You can use *
to override all themes
in this asset bundle.public AssetBundleImportJobThemeOverrideTags withThemeIds(String... themeIds)
A list of theme IDs that you want to apply overrides to. You can use *
to override all themes in
this asset bundle.
NOTE: This method appends the values to the existing list (if any). Use
setThemeIds(java.util.Collection)
or withThemeIds(java.util.Collection)
if you want to override
the existing values.
themeIds
- A list of theme IDs that you want to apply overrides to. You can use *
to override all themes
in this asset bundle.public AssetBundleImportJobThemeOverrideTags withThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to. You can use *
to override all themes in
this asset bundle.
themeIds
- A list of theme IDs that you want to apply overrides to. You can use *
to override all themes
in this asset bundle.public List<Tag> getTags()
A list of tags for the themes that you want to apply overrides to.
public void setTags(Collection<Tag> tags)
A list of tags for the themes that you want to apply overrides to.
tags
- A list of tags for the themes that you want to apply overrides to.public AssetBundleImportJobThemeOverrideTags withTags(Tag... tags)
A list of tags for the themes that you want to apply overrides to.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags for the themes that you want to apply overrides to.public AssetBundleImportJobThemeOverrideTags withTags(Collection<Tag> tags)
A list of tags for the themes that you want to apply overrides to.
tags
- A list of tags for the themes that you want to apply overrides to.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobThemeOverrideTags clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.