@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobDashboardOverrideTags extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a list of tags to be assigned to a list of dashboard IDs.
| Constructor and Description |
|---|
AssetBundleImportJobDashboardOverrideTags() |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobDashboardOverrideTags |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDashboardIds()
A list of dashboard IDs that you want to apply overrides to.
|
List<Tag> |
getTags()
A list of tags for the dashboards that you want to apply overrides to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
void |
setTags(Collection<Tag> tags)
A list of tags for the dashboards that you want to apply overrides to.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobDashboardOverrideTags |
withDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverrideTags |
withDashboardIds(String... dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverrideTags |
withTags(Collection<Tag> tags)
A list of tags for the dashboards that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverrideTags |
withTags(Tag... tags)
A list of tags for the dashboards that you want to apply overrides to.
|
public AssetBundleImportJobDashboardOverrideTags()
public List<String> getDashboardIds()
A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.
* to override all
dashboards in this asset bundle.public void setDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.
dashboardIds - A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.public AssetBundleImportJobDashboardOverrideTags withDashboardIds(String... dashboardIds)
A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.
NOTE: This method appends the values to the existing list (if any). Use
setDashboardIds(java.util.Collection) or withDashboardIds(java.util.Collection) if you want to
override the existing values.
dashboardIds - A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.public AssetBundleImportJobDashboardOverrideTags withDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.
dashboardIds - A list of dashboard IDs that you want to apply overrides to. You can use * to override all
dashboards in this asset bundle.public List<Tag> getTags()
A list of tags for the dashboards that you want to apply overrides to.
public void setTags(Collection<Tag> tags)
A list of tags for the dashboards that you want to apply overrides to.
tags - A list of tags for the dashboards that you want to apply overrides to.public AssetBundleImportJobDashboardOverrideTags withTags(Tag... tags)
A list of tags for the dashboards 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 dashboards that you want to apply overrides to.public AssetBundleImportJobDashboardOverrideTags withTags(Collection<Tag> tags)
A list of tags for the dashboards that you want to apply overrides to.
tags - A list of tags for the dashboards that you want to apply overrides to.public String toString()
toString in class ObjectObject.toString()public AssetBundleImportJobDashboardOverrideTags clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.