@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobThemeOverridePermissions extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a list of permissions to be applied to a list of theme IDs.
| Constructor and Description |
|---|
AssetBundleImportJobThemeOverridePermissions() |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobThemeOverridePermissions |
clone() |
boolean |
equals(Object obj) |
AssetBundleResourcePermissions |
getPermissions()
A list of permissions for the themes that you want to apply overrides to.
|
List<String> |
getThemeIds()
A list of theme IDs that you want to apply overrides to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the themes that you want to apply overrides to.
|
void |
setThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobThemeOverridePermissions |
withPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the themes that you want to apply overrides to.
|
AssetBundleImportJobThemeOverridePermissions |
withThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to.
|
AssetBundleImportJobThemeOverridePermissions |
withThemeIds(String... themeIds)
A list of theme IDs that you want to apply overrides to.
|
public AssetBundleImportJobThemeOverridePermissions()
public List<String> getThemeIds()
A list of theme IDs that you want to apply overrides to. You can use * to override all themes in
this asset bundle.
* to override all
themes in this asset bundle.public void setThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to. You can use * to override all themes in
this asset bundle.
themeIds - A list of theme IDs that you want to apply overrides to. You can use * to override all themes
in this asset bundle.public AssetBundleImportJobThemeOverridePermissions withThemeIds(String... themeIds)
A list of theme IDs that you want to apply overrides to. You can use * to override all themes in
this asset bundle.
NOTE: This method appends the values to the existing list (if any). Use
setThemeIds(java.util.Collection) or withThemeIds(java.util.Collection) if you want to override
the existing values.
themeIds - A list of theme IDs that you want to apply overrides to. You can use * to override all themes
in this asset bundle.public AssetBundleImportJobThemeOverridePermissions withThemeIds(Collection<String> themeIds)
A list of theme IDs that you want to apply overrides to. You can use * to override all themes in
this asset bundle.
themeIds - A list of theme IDs that you want to apply overrides to. You can use * to override all themes
in this asset bundle.public void setPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the themes that you want to apply overrides to.
permissions - A list of permissions for the themes that you want to apply overrides to.public AssetBundleResourcePermissions getPermissions()
A list of permissions for the themes that you want to apply overrides to.
public AssetBundleImportJobThemeOverridePermissions withPermissions(AssetBundleResourcePermissions permissions)
A list of permissions for the themes that you want to apply overrides to.
permissions - A list of permissions for the themes that you want to apply overrides to.public String toString()
toString in class ObjectObject.toString()public AssetBundleImportJobThemeOverridePermissions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.