@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleExportJobResourceIdOverrideConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An optional structure that configures resource ID overrides for the export job.
Constructor and Description |
---|
AssetBundleExportJobResourceIdOverrideConfiguration() |
Modifier and Type | Method and Description |
---|---|
AssetBundleExportJobResourceIdOverrideConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getPrefixForAllResources()
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import.
|
int |
hashCode() |
Boolean |
isPrefixForAllResources()
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPrefixForAllResources(Boolean prefixForAllResources)
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleExportJobResourceIdOverrideConfiguration |
withPrefixForAllResources(Boolean prefixForAllResources)
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import.
|
public AssetBundleExportJobResourceIdOverrideConfiguration()
public void setPrefixForAllResources(Boolean prefixForAllResources)
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
prefixForAllResources
- An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before
import. The prefix is only added to the asset IDs and does not change the name of the asset.public Boolean getPrefixForAllResources()
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
public AssetBundleExportJobResourceIdOverrideConfiguration withPrefixForAllResources(Boolean prefixForAllResources)
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
prefixForAllResources
- An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before
import. The prefix is only added to the asset IDs and does not change the name of the asset.public Boolean isPrefixForAllResources()
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
public String toString()
toString
in class Object
Object.toString()
public AssetBundleExportJobResourceIdOverrideConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.