@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverrideDatasetParameterOperation extends Object implements Serializable, Cloneable, StructuredPojo
A transform operation that overrides the dataset parameter values that are defined in another dataset.
| Constructor and Description |
|---|
OverrideDatasetParameterOperation() |
| Modifier and Type | Method and Description |
|---|---|
OverrideDatasetParameterOperation |
clone() |
boolean |
equals(Object obj) |
NewDefaultValues |
getNewDefaultValues()
The new default values for the parameter.
|
String |
getNewParameterName()
The new name for the parameter.
|
String |
getParameterName()
The name of the parameter to be overridden with different values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNewDefaultValues(NewDefaultValues newDefaultValues)
The new default values for the parameter.
|
void |
setNewParameterName(String newParameterName)
The new name for the parameter.
|
void |
setParameterName(String parameterName)
The name of the parameter to be overridden with different values.
|
String |
toString()
Returns a string representation of this object.
|
OverrideDatasetParameterOperation |
withNewDefaultValues(NewDefaultValues newDefaultValues)
The new default values for the parameter.
|
OverrideDatasetParameterOperation |
withNewParameterName(String newParameterName)
The new name for the parameter.
|
OverrideDatasetParameterOperation |
withParameterName(String parameterName)
The name of the parameter to be overridden with different values.
|
public void setParameterName(String parameterName)
The name of the parameter to be overridden with different values.
parameterName - The name of the parameter to be overridden with different values.public String getParameterName()
The name of the parameter to be overridden with different values.
public OverrideDatasetParameterOperation withParameterName(String parameterName)
The name of the parameter to be overridden with different values.
parameterName - The name of the parameter to be overridden with different values.public void setNewParameterName(String newParameterName)
The new name for the parameter.
newParameterName - The new name for the parameter.public String getNewParameterName()
The new name for the parameter.
public OverrideDatasetParameterOperation withNewParameterName(String newParameterName)
The new name for the parameter.
newParameterName - The new name for the parameter.public void setNewDefaultValues(NewDefaultValues newDefaultValues)
The new default values for the parameter.
newDefaultValues - The new default values for the parameter.public NewDefaultValues getNewDefaultValues()
The new default values for the parameter.
public OverrideDatasetParameterOperation withNewDefaultValues(NewDefaultValues newDefaultValues)
The new default values for the parameter.
newDefaultValues - The new default values for the parameter.public String toString()
toString in class ObjectObject.toString()public OverrideDatasetParameterOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.