@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportJobOverrideParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobOverrideParameters.Builder,AssetBundleImportJobOverrideParameters>
A list of overrides that modify the asset bundle resource configuration before the resource is imported.
Modifier and Type | Class and Description |
---|---|
static interface |
AssetBundleImportJobOverrideParameters.Builder |
Modifier and Type | Method and Description |
---|---|
List<AssetBundleImportJobAnalysisOverrideParameters> |
analyses()
A list of overrides for any
Analysis resources that are present in the asset bundle that is
imported. |
static AssetBundleImportJobOverrideParameters.Builder |
builder() |
List<AssetBundleImportJobDashboardOverrideParameters> |
dashboards()
A list of overrides for any
Dashboard resources that are present in the asset bundle that is
imported. |
List<AssetBundleImportJobDataSetOverrideParameters> |
dataSets()
A list of overrides for any
DataSet resources that are present in the asset bundle that is imported. |
List<AssetBundleImportJobDataSourceOverrideParameters> |
dataSources()
A list of overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAnalyses()
For responses, this returns true if the service returned a value for the Analyses property.
|
boolean |
hasDashboards()
For responses, this returns true if the service returned a value for the Dashboards property.
|
boolean |
hasDataSets()
For responses, this returns true if the service returned a value for the DataSets property.
|
boolean |
hasDataSources()
For responses, this returns true if the service returned a value for the DataSources property.
|
int |
hashCode() |
boolean |
hasRefreshSchedules()
For responses, this returns true if the service returned a value for the RefreshSchedules property.
|
boolean |
hasThemes()
For responses, this returns true if the service returned a value for the Themes property.
|
boolean |
hasVpcConnections()
For responses, this returns true if the service returned a value for the VPCConnections property.
|
List<AssetBundleImportJobRefreshScheduleOverrideParameters> |
refreshSchedules()
A list of overrides for any
RefreshSchedule resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobResourceIdOverrideConfiguration |
resourceIdOverrideConfiguration()
An optional structure that configures resource ID overrides to be applied within the import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportJobOverrideParameters.Builder> |
serializableBuilderClass() |
List<AssetBundleImportJobThemeOverrideParameters> |
themes()
A list of overrides for any
Theme resources that are present in the asset bundle that is imported. |
AssetBundleImportJobOverrideParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<AssetBundleImportJobVPCConnectionOverrideParameters> |
vpcConnections()
A list of overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration()
An optional structure that configures resource ID overrides to be applied within the import job.
public final boolean hasVpcConnections()
isEmpty()
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.public final List<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections()
A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
imported.
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 hasVpcConnections()
method.
VPCConnection
resources that are present in the asset bundle
that is imported.public final boolean hasRefreshSchedules()
isEmpty()
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.public final List<AssetBundleImportJobRefreshScheduleOverrideParameters> refreshSchedules()
A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
imported.
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 hasRefreshSchedules()
method.
RefreshSchedule
resources that are present in the asset bundle
that is imported.public final boolean hasDataSources()
isEmpty()
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.public final List<AssetBundleImportJobDataSourceOverrideParameters> dataSources()
A list of overrides for any DataSource
resources that are present in the asset bundle that is
imported.
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 hasDataSources()
method.
DataSource
resources that are present in the asset bundle that
is imported.public final boolean hasDataSets()
isEmpty()
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.public final List<AssetBundleImportJobDataSetOverrideParameters> dataSets()
A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
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 hasDataSets()
method.
DataSet
resources that are present in the asset bundle that is
imported.public final boolean hasThemes()
isEmpty()
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.public final List<AssetBundleImportJobThemeOverrideParameters> themes()
A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
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 hasThemes()
method.
Theme
resources that are present in the asset bundle that is
imported.public final boolean hasAnalyses()
isEmpty()
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.public final List<AssetBundleImportJobAnalysisOverrideParameters> analyses()
A list of overrides for any Analysis
resources that are present in the asset bundle that is
imported.
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 hasAnalyses()
method.
Analysis
resources that are present in the asset bundle that is
imported.public final boolean hasDashboards()
isEmpty()
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.public final List<AssetBundleImportJobDashboardOverrideParameters> dashboards()
A list of overrides for any Dashboard
resources that are present in the asset bundle that is
imported.
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 hasDashboards()
method.
Dashboard
resources that are present in the asset bundle that is
imported.public AssetBundleImportJobOverrideParameters.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AssetBundleImportJobOverrideParameters.Builder,AssetBundleImportJobOverrideParameters>
public static AssetBundleImportJobOverrideParameters.Builder builder()
public static Class<? extends AssetBundleImportJobOverrideParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.