@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobOverridePermissions extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the override permission configurations that modify the permissions for specified resources before the resource is imported.
Constructor and Description |
---|
AssetBundleImportJobOverridePermissions() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobOverridePermissions |
clone() |
boolean |
equals(Object obj) |
List<AssetBundleImportJobAnalysisOverridePermissions> |
getAnalyses()
A list of permissions overrides for any
Analysis resources that are present in the asset bundle that
is imported. |
List<AssetBundleImportJobDashboardOverridePermissions> |
getDashboards()
A list of permissions overrides for any
Dashboard resources that are present in the asset bundle
that is imported. |
List<AssetBundleImportJobDataSetOverridePermissions> |
getDataSets()
A list of permissions overrides for any
DataSet resources that are present in the asset bundle that
is imported. |
List<AssetBundleImportJobDataSourceOverridePermissions> |
getDataSources()
A list of permissions overrides for any
DataSource resources that are present in the asset bundle
that is imported. |
List<AssetBundleImportJobThemeOverridePermissions> |
getThemes()
A list of permissions overrides for any
Theme 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<AssetBundleImportJobAnalysisOverridePermissions> analyses)
A list of permissions overrides for any
Analysis resources that are present in the asset bundle that
is imported. |
void |
setDashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)
A list of permissions overrides for any
Dashboard resources that are present in the asset bundle
that is imported. |
void |
setDataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)
A list of permissions overrides for any
DataSet resources that are present in the asset bundle that
is imported. |
void |
setDataSources(Collection<AssetBundleImportJobDataSourceOverridePermissions> dataSources)
A list of permissions overrides for any
DataSource resources that are present in the asset bundle
that is imported. |
void |
setThemes(Collection<AssetBundleImportJobThemeOverridePermissions> themes)
A list of permissions overrides for any
Theme resources that are present in the asset bundle that is
imported. |
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobOverridePermissions |
withAnalyses(AssetBundleImportJobAnalysisOverridePermissions... analyses)
A list of permissions overrides for any
Analysis resources that are present in the asset bundle that
is imported. |
AssetBundleImportJobOverridePermissions |
withAnalyses(Collection<AssetBundleImportJobAnalysisOverridePermissions> analyses)
A list of permissions overrides for any
Analysis resources that are present in the asset bundle that
is imported. |
AssetBundleImportJobOverridePermissions |
withDashboards(AssetBundleImportJobDashboardOverridePermissions... dashboards)
A list of permissions overrides for any
Dashboard resources that are present in the asset bundle
that is imported. |
AssetBundleImportJobOverridePermissions |
withDashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)
A list of permissions overrides for any
Dashboard resources that are present in the asset bundle
that is imported. |
AssetBundleImportJobOverridePermissions |
withDataSets(AssetBundleImportJobDataSetOverridePermissions... dataSets)
A list of permissions overrides for any
DataSet resources that are present in the asset bundle that
is imported. |
AssetBundleImportJobOverridePermissions |
withDataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)
A list of permissions overrides for any
DataSet resources that are present in the asset bundle that
is imported. |
AssetBundleImportJobOverridePermissions |
withDataSources(AssetBundleImportJobDataSourceOverridePermissions... dataSources)
A list of permissions overrides for any
DataSource resources that are present in the asset bundle
that is imported. |
AssetBundleImportJobOverridePermissions |
withDataSources(Collection<AssetBundleImportJobDataSourceOverridePermissions> dataSources)
A list of permissions overrides for any
DataSource resources that are present in the asset bundle
that is imported. |
AssetBundleImportJobOverridePermissions |
withThemes(AssetBundleImportJobThemeOverridePermissions... themes)
A list of permissions overrides for any
Theme resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverridePermissions |
withThemes(Collection<AssetBundleImportJobThemeOverridePermissions> themes)
A list of permissions overrides for any
Theme resources that are present in the asset bundle that is
imported. |
public AssetBundleImportJobOverridePermissions()
public List<AssetBundleImportJobDataSourceOverridePermissions> getDataSources()
A list of permissions 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<AssetBundleImportJobDataSourceOverridePermissions> dataSources)
A list of permissions overrides for any DataSource
resources that are present in the asset bundle
that is imported.
dataSources
- A list of permissions overrides for any DataSource
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDataSources(AssetBundleImportJobDataSourceOverridePermissions... dataSources)
A list of permissions 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 permissions overrides for any DataSource
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDataSources(Collection<AssetBundleImportJobDataSourceOverridePermissions> dataSources)
A list of permissions overrides for any DataSource
resources that are present in the asset bundle
that is imported.
dataSources
- A list of permissions overrides for any DataSource
resources that are present in the asset
bundle that is imported.public List<AssetBundleImportJobDataSetOverridePermissions> getDataSets()
A list of permissions 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<AssetBundleImportJobDataSetOverridePermissions> dataSets)
A list of permissions overrides for any DataSet
resources that are present in the asset bundle that
is imported.
dataSets
- A list of permissions overrides for any DataSet
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDataSets(AssetBundleImportJobDataSetOverridePermissions... dataSets)
A list of permissions 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 permissions overrides for any DataSet
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)
A list of permissions overrides for any DataSet
resources that are present in the asset bundle that
is imported.
dataSets
- A list of permissions overrides for any DataSet
resources that are present in the asset
bundle that is imported.public List<AssetBundleImportJobThemeOverridePermissions> getThemes()
A list of permissions 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<AssetBundleImportJobThemeOverridePermissions> themes)
A list of permissions overrides for any Theme
resources that are present in the asset bundle that is
imported.
themes
- A list of permissions overrides for any Theme
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverridePermissions withThemes(AssetBundleImportJobThemeOverridePermissions... themes)
A list of permissions 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 permissions overrides for any Theme
resources that are present in the asset bundle
that is imported.public AssetBundleImportJobOverridePermissions withThemes(Collection<AssetBundleImportJobThemeOverridePermissions> themes)
A list of permissions overrides for any Theme
resources that are present in the asset bundle that is
imported.
themes
- A list of permissions overrides for any Theme
resources that are present in the asset bundle
that is imported.public List<AssetBundleImportJobAnalysisOverridePermissions> getAnalyses()
A list of permissions 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<AssetBundleImportJobAnalysisOverridePermissions> analyses)
A list of permissions overrides for any Analysis
resources that are present in the asset bundle that
is imported.
analyses
- A list of permissions overrides for any Analysis
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withAnalyses(AssetBundleImportJobAnalysisOverridePermissions... analyses)
A list of permissions 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 permissions overrides for any Analysis
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withAnalyses(Collection<AssetBundleImportJobAnalysisOverridePermissions> analyses)
A list of permissions overrides for any Analysis
resources that are present in the asset bundle that
is imported.
analyses
- A list of permissions overrides for any Analysis
resources that are present in the asset
bundle that is imported.public List<AssetBundleImportJobDashboardOverridePermissions> getDashboards()
A list of permissions 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<AssetBundleImportJobDashboardOverridePermissions> dashboards)
A list of permissions overrides for any Dashboard
resources that are present in the asset bundle
that is imported.
dashboards
- A list of permissions overrides for any Dashboard
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDashboards(AssetBundleImportJobDashboardOverridePermissions... dashboards)
A list of permissions 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 permissions overrides for any Dashboard
resources that are present in the asset
bundle that is imported.public AssetBundleImportJobOverridePermissions withDashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)
A list of permissions overrides for any Dashboard
resources that are present in the asset bundle
that is imported.
dashboards
- A list of permissions 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 AssetBundleImportJobOverridePermissions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.