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