@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleCloudFormationOverridePropertyConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleCloudFormationOverridePropertyConfiguration.Builder,AssetBundleCloudFormationOverridePropertyConfiguration>
An optional collection of CloudFormation property configurations that control how the export job is generated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleCloudFormationOverridePropertyConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AssetBundleExportJobAnalysisOverrideProperties> |
analyses()
An optional list of structures that control how
Analysis resources are parameterized in the returned
CloudFormation template. |
static AssetBundleCloudFormationOverridePropertyConfiguration.Builder |
builder() |
List<AssetBundleExportJobDashboardOverrideProperties> |
dashboards()
An optional list of structures that control how
Dashboard resources are parameterized in the
returned CloudFormation template. |
List<AssetBundleExportJobDataSetOverrideProperties> |
dataSets()
An optional list of structures that control how
DataSet resources are parameterized in the returned
CloudFormation template. |
List<AssetBundleExportJobDataSourceOverrideProperties> |
dataSources()
An optional list of structures that control how
DataSource resources are parameterized in the
returned CloudFormation template. |
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<AssetBundleExportJobRefreshScheduleOverrideProperties> |
refreshSchedules()
An optional list of structures that control how
RefreshSchedule resources are parameterized in the
returned CloudFormation template. |
AssetBundleExportJobResourceIdOverrideConfiguration |
resourceIdOverrideConfiguration()
An optional list of structures that control how resource IDs are parameterized in the returned CloudFormation
template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleCloudFormationOverridePropertyConfiguration.Builder> |
serializableBuilderClass() |
List<AssetBundleExportJobThemeOverrideProperties> |
themes()
An optional list of structures that control how
Theme resources are parameterized in the returned
CloudFormation template. |
AssetBundleCloudFormationOverridePropertyConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<AssetBundleExportJobVPCConnectionOverrideProperties> |
vpcConnections()
An optional list of structures that control how
VPCConnection resources are parameterized in the
returned CloudFormation template. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssetBundleExportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration()
An optional list of structures that control how resource IDs are parameterized in the returned CloudFormation template.
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<AssetBundleExportJobVPCConnectionOverrideProperties> vpcConnections()
An optional list of structures that control how VPCConnection resources are parameterized in the
returned CloudFormation template.
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 are parameterized in
the returned CloudFormation template.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<AssetBundleExportJobRefreshScheduleOverrideProperties> refreshSchedules()
An optional list of structures that control how RefreshSchedule resources are parameterized in the
returned CloudFormation template.
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 are parameterized
in the returned CloudFormation template.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<AssetBundleExportJobDataSourceOverrideProperties> dataSources()
An optional list of structures that control how DataSource resources are parameterized in the
returned CloudFormation template.
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 are parameterized in
the returned CloudFormation template.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<AssetBundleExportJobDataSetOverrideProperties> dataSets()
An optional list of structures that control how DataSet resources are parameterized in the returned
CloudFormation template.
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 are parameterized in the
returned CloudFormation template.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<AssetBundleExportJobThemeOverrideProperties> themes()
An optional list of structures that control how Theme resources are parameterized in the returned
CloudFormation template.
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 are parameterized in the
returned CloudFormation template.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<AssetBundleExportJobAnalysisOverrideProperties> analyses()
An optional list of structures that control how Analysis resources are parameterized in the returned
CloudFormation template.
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 are parameterized in the
returned CloudFormation template.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<AssetBundleExportJobDashboardOverrideProperties> dashboards()
An optional list of structures that control how Dashboard resources are parameterized in the
returned CloudFormation template.
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 are parameterized in the
returned CloudFormation template.public AssetBundleCloudFormationOverridePropertyConfiguration.Builder toBuilder()
public static AssetBundleCloudFormationOverridePropertyConfiguration.Builder builder()
public static Class<? extends AssetBundleCloudFormationOverridePropertyConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.