@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssetBundleExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartAssetBundleExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartAssetBundleExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetBundleExportJobId()
The ID of the job.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account to export assets from.
|
AssetBundleCloudFormationOverridePropertyConfiguration |
getCloudFormationOverridePropertyConfiguration()
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
String |
getExportFormat()
The export data format.
|
Boolean |
getIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
Boolean |
getIncludePermissions()
A Boolean that determines whether all permissions for each resource ARN are exported with the job.
|
Boolean |
getIncludeTags()
A Boolean that determines whether all tags for each resource ARN are exported with the job.
|
List<String> |
getResourceArns()
An array of resource ARNs to export.
|
AssetBundleExportJobValidationStrategy |
getValidationStrategy()
An optional parameter that determines which validation strategy to use for the export job.
|
int |
hashCode() |
Boolean |
isIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
Boolean |
isIncludePermissions()
A Boolean that determines whether all permissions for each resource ARN are exported with the job.
|
Boolean |
isIncludeTags()
A Boolean that determines whether all tags for each resource ARN are exported with the job.
|
void |
setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
|
void |
setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
void |
setExportFormat(String exportFormat)
The export data format.
|
void |
setIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
void |
setIncludePermissions(Boolean includePermissions)
A Boolean that determines whether all permissions for each resource ARN are exported with the job.
|
void |
setIncludeTags(Boolean includeTags)
A Boolean that determines whether all tags for each resource ARN are exported with the job.
|
void |
setResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export.
|
void |
setValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
An optional parameter that determines which validation strategy to use for the export job.
|
String |
toString()
Returns a string representation of this object.
|
StartAssetBundleExportJobRequest |
withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
StartAssetBundleExportJobRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
|
StartAssetBundleExportJobRequest |
withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource
property values when the resource is exported to a new CloudFormation template.
|
StartAssetBundleExportJobRequest |
withExportFormat(AssetBundleExportFormat exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest |
withExportFormat(String exportFormat)
The export data format.
|
StartAssetBundleExportJobRequest |
withIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
|
StartAssetBundleExportJobRequest |
withIncludePermissions(Boolean includePermissions)
A Boolean that determines whether all permissions for each resource ARN are exported with the job.
|
StartAssetBundleExportJobRequest |
withIncludeTags(Boolean includeTags)
A Boolean that determines whether all tags for each resource ARN are exported with the job.
|
StartAssetBundleExportJobRequest |
withResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export.
|
StartAssetBundleExportJobRequest |
withResourceArns(String... resourceArns)
An array of resource ARNs to export.
|
StartAssetBundleExportJobRequest |
withValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
An optional parameter that determines which validation strategy to use for the export job.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
awsAccountId
- The ID of the Amazon Web Services account to export assets from.public String getAwsAccountId()
The ID of the Amazon Web Services account to export assets from.
public StartAssetBundleExportJobRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account to export assets from.
awsAccountId
- The ID of the Amazon Web Services account to export assets from.public void setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleExportJobId
- The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse
this ID for another job.public String getAssetBundleExportJobId()
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
public StartAssetBundleExportJobRequest withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleExportJobId
- The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse
this ID for another job.public List<String> getResourceArns()
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public void setResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
resourceArns
- An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public StartAssetBundleExportJobRequest withResourceArns(String... resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection)
or withResourceArns(java.util.Collection)
if you want to
override the existing values.
resourceArns
- An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public StartAssetBundleExportJobRequest withResourceArns(Collection<String> resourceArns)
An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
resourceArns
- An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
public void setIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
includeAllDependencies
- A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the
job. For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public Boolean getIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public StartAssetBundleExportJobRequest withIncludeAllDependencies(Boolean includeAllDependencies)
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
includeAllDependencies
- A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the
job. For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public Boolean isIncludeAllDependencies()
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job.
For example, say you provided a Dashboard ARN to the ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource that is a
dependency of the dashboard is also exported.
ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source resource
that is a dependency of the dashboard is also exported.public void setExportFormat(String exportFormat)
The export data format.
exportFormat
- The export data format.AssetBundleExportFormat
public String getExportFormat()
The export data format.
AssetBundleExportFormat
public StartAssetBundleExportJobRequest withExportFormat(String exportFormat)
The export data format.
exportFormat
- The export data format.AssetBundleExportFormat
public StartAssetBundleExportJobRequest withExportFormat(AssetBundleExportFormat exportFormat)
The export data format.
exportFormat
- The export data format.AssetBundleExportFormat
public void setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call
is set to CLOUDFORMATION_JSON
.
cloudFormationOverridePropertyConfiguration
- An optional collection of structures that generate CloudFormation parameters to override the existing
resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON
.
public AssetBundleCloudFormationOverridePropertyConfiguration getCloudFormationOverridePropertyConfiguration()
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call
is set to CLOUDFORMATION_JSON
.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON
.
public StartAssetBundleExportJobRequest withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call
is set to CLOUDFORMATION_JSON
.
cloudFormationOverridePropertyConfiguration
- An optional collection of structures that generate CloudFormation parameters to override the existing
resource property values when the resource is exported to a new CloudFormation template.
Use this field if the ExportFormat
field of a StartAssetBundleExportJobRequest
API call is set to CLOUDFORMATION_JSON
.
public void setIncludePermissions(Boolean includePermissions)
A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set
IncludePermissions
to TRUE
, any permissions associated with each resource are exported.
includePermissions
- A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you
set IncludePermissions
to TRUE
, any permissions associated with each resource
are exported.public Boolean getIncludePermissions()
A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set
IncludePermissions
to TRUE
, any permissions associated with each resource are exported.
IncludePermissions
to TRUE
, any permissions associated with each resource
are exported.public StartAssetBundleExportJobRequest withIncludePermissions(Boolean includePermissions)
A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set
IncludePermissions
to TRUE
, any permissions associated with each resource are exported.
includePermissions
- A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you
set IncludePermissions
to TRUE
, any permissions associated with each resource
are exported.public Boolean isIncludePermissions()
A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set
IncludePermissions
to TRUE
, any permissions associated with each resource are exported.
IncludePermissions
to TRUE
, any permissions associated with each resource
are exported.public void setIncludeTags(Boolean includeTags)
A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.
includeTags
- A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.public Boolean getIncludeTags()
A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.
IncludeTags
to TRUE
, any tags associated with each resource are exported.public StartAssetBundleExportJobRequest withIncludeTags(Boolean includeTags)
A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.
includeTags
- A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.public Boolean isIncludeTags()
A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTags
to TRUE
, any tags associated with each resource are exported.
IncludeTags
to TRUE
, any tags associated with each resource are exported.public void setValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown as
warnings. The default value for StrictModeForAllResources
is FALSE
.
validationStrategy
- An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown
as warnings. The default value for StrictModeForAllResources
is FALSE
.public AssetBundleExportJobValidationStrategy getValidationStrategy()
An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown as
warnings. The default value for StrictModeForAllResources
is FALSE
.
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown
as warnings. The default value for StrictModeForAllResources
is FALSE
.public StartAssetBundleExportJobRequest withValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown as
warnings. The default value for StrictModeForAllResources
is FALSE
.
validationStrategy
- An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResources
is set to TRUE
, strict validation for every error is
enforced. If it is set to FALSE
, validation is skipped for specific UI errors that are shown
as warnings. The default value for StrictModeForAllResources
is FALSE
.public String toString()
toString
in class Object
Object.toString()
public StartAssetBundleExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()