@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobOverrideTags extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the override tag configuration that modify the tags that are assigned to specified resources before the resource is imported.
Constructor and Description |
---|
AssetBundleImportJobOverrideTags() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobOverrideTags |
clone() |
boolean |
equals(Object obj) |
List<AssetBundleImportJobAnalysisOverrideTags> |
getAnalyses()
A list of tag overrides for any
Analysis resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobDashboardOverrideTags> |
getDashboards()
A list of tag overrides for any
Dashboard resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobDataSetOverrideTags> |
getDataSets()
A list of tag overrides for any
DataSet resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobDataSourceOverrideTags> |
getDataSources()
A list of tag overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobThemeOverrideTags> |
getThemes()
A list of tag overrides for any
Theme resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobVPCConnectionOverrideTags> |
getVPCConnections()
A list of tag overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)
A list of tag overrides for any
Analysis resources that are present in the asset bundle that is
imported. |
void |
setDashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)
A list of tag overrides for any
Dashboard resources that are present in the asset bundle that is
imported. |
void |
setDataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)
A list of tag overrides for any
DataSet resources that are present in the asset bundle that is
imported. |
void |
setDataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)
A list of tag overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
void |
setThemes(Collection<AssetBundleImportJobThemeOverrideTags> themes)
A list of tag overrides for any
Theme resources that are present in the asset bundle that is
imported. |
void |
setVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vPCConnections)
A list of tag overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobOverrideTags |
withAnalyses(AssetBundleImportJobAnalysisOverrideTags... analyses)
A list of tag overrides for any
Analysis resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withAnalyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)
A list of tag overrides for any
Analysis resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDashboards(AssetBundleImportJobDashboardOverrideTags... dashboards)
A list of tag overrides for any
Dashboard resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)
A list of tag overrides for any
Dashboard resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDataSets(AssetBundleImportJobDataSetOverrideTags... dataSets)
A list of tag overrides for any
DataSet resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)
A list of tag overrides for any
DataSet resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDataSources(AssetBundleImportJobDataSourceOverrideTags... dataSources)
A list of tag overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withDataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)
A list of tag overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withThemes(AssetBundleImportJobThemeOverrideTags... themes)
A list of tag overrides for any
Theme resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withThemes(Collection<AssetBundleImportJobThemeOverrideTags> themes)
A list of tag overrides for any
Theme resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withVPCConnections(AssetBundleImportJobVPCConnectionOverrideTags... vPCConnections)
A list of tag overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideTags |
withVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vPCConnections)
A list of tag overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
public List<AssetBundleImportJobVPCConnectionOverrideTags> getVPCConnections()
A list of tag overrides for any VPCConnection
resources that are present in the asset bundle that is
imported.
VPCConnection
resources that are present in the asset bundle
that is imported.public void setVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vPCConnections)
A list of tag overrides for any VPCConnection
resources that are present in the asset bundle that is
imported.
vPCConnections
- A list of tag overrides for any VPCConnection
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverrideTags withVPCConnections(AssetBundleImportJobVPCConnectionOverrideTags... vPCConnections)
A list of tag overrides for any VPCConnection
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setVPCConnections(java.util.Collection)
or withVPCConnections(java.util.Collection)
if you want
to override the existing values.
vPCConnections
- A list of tag overrides for any VPCConnection
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverrideTags withVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vPCConnections)
A list of tag overrides for any VPCConnection
resources that are present in the asset bundle that is
imported.
vPCConnections
- A list of tag overrides for any VPCConnection
resources that are present in the asset bundle
that is imported.public List<AssetBundleImportJobDataSourceOverrideTags> getDataSources()
A list of tag overrides for any DataSource
resources that are present in the asset bundle that is
imported.
DataSource
resources that are present in the asset bundle
that is imported.public void setDataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)
A list of tag overrides for any DataSource
resources that are present in the asset bundle that is
imported.
dataSources
- A list of tag overrides for any DataSource
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverrideTags withDataSources(AssetBundleImportJobDataSourceOverrideTags... dataSources)
A list of tag overrides for any DataSource
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setDataSources(java.util.Collection)
or withDataSources(java.util.Collection)
if you want to
override the existing values.
dataSources
- A list of tag overrides for any DataSource
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverrideTags withDataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)
A list of tag overrides for any DataSource
resources that are present in the asset bundle that is
imported.
dataSources
- A list of tag overrides for any DataSource
resources that are present in the asset bundle
that is imported.public List<AssetBundleImportJobDataSetOverrideTags> getDataSets()
A list of tag overrides for any DataSet
resources that are present in the asset bundle that is
imported.
DataSet
resources that are present in the asset bundle that
is imported.public void setDataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)
A list of tag overrides for any DataSet
resources that are present in the asset bundle that is
imported.
dataSets
- A list of tag overrides for any DataSet
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withDataSets(AssetBundleImportJobDataSetOverrideTags... dataSets)
A list of tag overrides for any DataSet
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setDataSets(java.util.Collection)
or withDataSets(java.util.Collection)
if you want to override
the existing values.
dataSets
- A list of tag overrides for any DataSet
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withDataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)
A list of tag overrides for any DataSet
resources that are present in the asset bundle that is
imported.
dataSets
- A list of tag overrides for any DataSet
resources that are present in the asset bundle that
is imported.public List<AssetBundleImportJobThemeOverrideTags> getThemes()
A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.
Theme
resources that are present in the asset bundle that is
imported.public void setThemes(Collection<AssetBundleImportJobThemeOverrideTags> themes)
A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.
themes
- A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.public AssetBundleImportJobOverrideTags withThemes(AssetBundleImportJobThemeOverrideTags... themes)
A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setThemes(java.util.Collection)
or withThemes(java.util.Collection)
if you want to override the
existing values.
themes
- A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.public AssetBundleImportJobOverrideTags withThemes(Collection<AssetBundleImportJobThemeOverrideTags> themes)
A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.
themes
- A list of tag overrides for any Theme
resources that are present in the asset bundle that is
imported.public List<AssetBundleImportJobAnalysisOverrideTags> getAnalyses()
A list of tag overrides for any Analysis
resources that are present in the asset bundle that is
imported.
Analysis
resources that are present in the asset bundle that
is imported.public void setAnalyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)
A list of tag overrides for any Analysis
resources that are present in the asset bundle that is
imported.
analyses
- A list of tag overrides for any Analysis
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withAnalyses(AssetBundleImportJobAnalysisOverrideTags... analyses)
A list of tag overrides for any Analysis
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setAnalyses(java.util.Collection)
or withAnalyses(java.util.Collection)
if you want to override
the existing values.
analyses
- A list of tag overrides for any Analysis
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withAnalyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)
A list of tag overrides for any Analysis
resources that are present in the asset bundle that is
imported.
analyses
- A list of tag overrides for any Analysis
resources that are present in the asset bundle that
is imported.public List<AssetBundleImportJobDashboardOverrideTags> getDashboards()
A list of tag overrides for any Dashboard
resources that are present in the asset bundle that is
imported.
Dashboard
resources that are present in the asset bundle
that is imported.public void setDashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)
A list of tag overrides for any Dashboard
resources that are present in the asset bundle that is
imported.
dashboards
- A list of tag overrides for any Dashboard
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withDashboards(AssetBundleImportJobDashboardOverrideTags... dashboards)
A list of tag overrides for any Dashboard
resources that are present in the asset bundle that is
imported.
NOTE: This method appends the values to the existing list (if any). Use
setDashboards(java.util.Collection)
or withDashboards(java.util.Collection)
if you want to
override the existing values.
dashboards
- A list of tag overrides for any Dashboard
resources that are present in the asset bundle that
is imported.public AssetBundleImportJobOverrideTags withDashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)
A list of tag overrides for any Dashboard
resources that are present in the asset bundle that is
imported.
dashboards
- A list of tag overrides for any Dashboard
resources that are present in the asset bundle that
is imported.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobOverrideTags clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.