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