Class AssetBundleImportJobDataSetOverridePermissions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobDataSetOverridePermissions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AssetBundleImportJobDataSetOverridePermissions.Builder,AssetBundleImportJobDataSetOverridePermissions>
@Generated("software.amazon.awssdk:codegen") public final class AssetBundleImportJobDataSetOverridePermissions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobDataSetOverridePermissions.Builder,AssetBundleImportJobDataSetOverridePermissions>
An object that contains a list of permissions to be applied to a list of dataset IDs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssetBundleImportJobDataSetOverridePermissions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetBundleImportJobDataSetOverridePermissions.Builder
builder()
List<String>
dataSetIds()
A list of dataset IDs that you want to apply overrides to.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
boolean
hasDataSetIds()
For responses, this returns true if the service returned a value for the DataSetIds property.int
hashCode()
AssetBundleResourcePermissions
permissions()
A list of permissions for the datasets that you want to apply overrides to.List<SdkField<?>>
sdkFields()
static Class<? extends AssetBundleImportJobDataSetOverridePermissions.Builder>
serializableBuilderClass()
AssetBundleImportJobDataSetOverridePermissions.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasDataSetIds
public final boolean hasDataSetIds()
For responses, this returns true if the service returned a value for the DataSetIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
dataSetIds
public final List<String> dataSetIds()
A list of dataset IDs that you want to apply overrides to. You can use
*
to override all datasets in this asset bundle.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDataSetIds()
method.- Returns:
- A list of dataset IDs that you want to apply overrides to. You can use
*
to override all datasets in this asset bundle.
-
permissions
public final AssetBundleResourcePermissions permissions()
A list of permissions for the datasets that you want to apply overrides to.
- Returns:
- A list of permissions for the datasets that you want to apply overrides to.
-
toBuilder
public AssetBundleImportJobDataSetOverridePermissions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AssetBundleImportJobDataSetOverridePermissions.Builder,AssetBundleImportJobDataSetOverridePermissions>
-
builder
public static AssetBundleImportJobDataSetOverridePermissions.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobDataSetOverridePermissions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-