@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.