@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; useful for testing and debugging.
|
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 Object
Object.toString()
public ParameterNameValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.