@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterNameValue extends Object implements Serializable, Cloneable, StructuredPojo
An individual DAX parameter.
| Constructor and Description |
|---|
ParameterNameValue() |
| Modifier and Type | Method and Description |
|---|---|
ParameterNameValue |
clone() |
boolean |
equals(Object obj) |
String |
getParameterName()
The name of the parameter.
|
String |
getParameterValue()
The value of the parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParameterName(String parameterName)
The name of the parameter.
|
void |
setParameterValue(String parameterValue)
The value of the parameter.
|
String |
toString()
Returns a string representation of this object.
|
ParameterNameValue |
withParameterName(String parameterName)
The name of the parameter.
|
ParameterNameValue |
withParameterValue(String parameterValue)
The value of the parameter.
|
public void setParameterName(String parameterName)
The name of the parameter.
parameterName - The name of the parameter.public String getParameterName()
The name of the parameter.
public ParameterNameValue withParameterName(String parameterName)
The name of the parameter.
parameterName - The name of the parameter.public void setParameterValue(String parameterValue)
The value of the parameter.
parameterValue - The value of the parameter.public String getParameterValue()
The value of the parameter.
public ParameterNameValue withParameterValue(String parameterValue)
The value of the parameter.
parameterValue - The value of the parameter.public String toString()
toString in class ObjectObject.toString()public ParameterNameValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.