@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobDashboardOverridePermissions extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a list of permissions to be applied to a list of dashboard IDs.
Constructor and Description |
---|
AssetBundleImportJobDashboardOverridePermissions() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobDashboardOverridePermissions |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDashboardIds()
A list of dashboard IDs that you want to apply overrides to.
|
AssetBundleResourceLinkSharingConfiguration |
getLinkSharingConfiguration()
A structure that contains the link sharing configurations that you want to apply overrides to.
|
AssetBundleResourcePermissions |
getPermissions()
A list of permissions for the dashboards that you want to apply overrides to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
void |
setLinkSharingConfiguration(AssetBundleResourceLinkSharingConfiguration linkSharingConfiguration)
A structure that contains the link sharing configurations that you want to apply overrides to.
|
void |
setPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the dashboards that you want to apply overrides to.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobDashboardOverridePermissions |
withDashboardIds(Collection<String> dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverridePermissions |
withDashboardIds(String... dashboardIds)
A list of dashboard IDs that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverridePermissions |
withLinkSharingConfiguration(AssetBundleResourceLinkSharingConfiguration linkSharingConfiguration)
A structure that contains the link sharing configurations that you want to apply overrides to.
|
AssetBundleImportJobDashboardOverridePermissions |
withPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the dashboards that you want to apply overrides to.
|
public AssetBundleImportJobDashboardOverridePermissions()
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 AssetBundleImportJobDashboardOverridePermissions 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 AssetBundleImportJobDashboardOverridePermissions 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 void setPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the dashboards that you want to apply overrides to.
permissions
- A list of permissions for the dashboards that you want to apply overrides to.public AssetBundleResourcePermissions getPermissions()
A list of permissions for the dashboards that you want to apply overrides to.
public AssetBundleImportJobDashboardOverridePermissions withPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the dashboards that you want to apply overrides to.
permissions
- A list of permissions for the dashboards that you want to apply overrides to.public void setLinkSharingConfiguration(AssetBundleResourceLinkSharingConfiguration linkSharingConfiguration)
A structure that contains the link sharing configurations that you want to apply overrides to.
linkSharingConfiguration
- A structure that contains the link sharing configurations that you want to apply overrides to.public AssetBundleResourceLinkSharingConfiguration getLinkSharingConfiguration()
A structure that contains the link sharing configurations that you want to apply overrides to.
public AssetBundleImportJobDashboardOverridePermissions withLinkSharingConfiguration(AssetBundleResourceLinkSharingConfiguration linkSharingConfiguration)
A structure that contains the link sharing configurations that you want to apply overrides to.
linkSharingConfiguration
- A structure that contains the link sharing configurations that you want to apply overrides to.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobDashboardOverridePermissions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.