@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobDataSetOverrideParameters extends Object implements Serializable, Cloneable, StructuredPojo
The override parameters for a single dataset that is being imported.
Constructor and Description |
---|
AssetBundleImportJobDataSetOverrideParameters() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobDataSetOverrideParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetId()
The ID of the dataset to apply overrides to.
|
String |
getName()
A new name for the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataSetId(String dataSetId)
The ID of the dataset to apply overrides to.
|
void |
setName(String name)
A new name for the dataset.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobDataSetOverrideParameters |
withDataSetId(String dataSetId)
The ID of the dataset to apply overrides to.
|
AssetBundleImportJobDataSetOverrideParameters |
withName(String name)
A new name for the dataset.
|
public AssetBundleImportJobDataSetOverrideParameters()
public void setDataSetId(String dataSetId)
The ID of the dataset to apply overrides to.
dataSetId
- The ID of the dataset to apply overrides to.public String getDataSetId()
The ID of the dataset to apply overrides to.
public AssetBundleImportJobDataSetOverrideParameters withDataSetId(String dataSetId)
The ID of the dataset to apply overrides to.
dataSetId
- The ID of the dataset to apply overrides to.public void setName(String name)
A new name for the dataset.
name
- A new name for the dataset.public String getName()
A new name for the dataset.
public AssetBundleImportJobDataSetOverrideParameters withName(String name)
A new name for the dataset.
name
- A new name for the dataset.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobDataSetOverrideParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.