@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeTypeSpecificValue extends Object implements Serializable, Cloneable, StructuredPojo
Represents a parameter value that is applicable to a particular node type.
| Constructor and Description |
|---|
NodeTypeSpecificValue() |
| Modifier and Type | Method and Description |
|---|---|
NodeTypeSpecificValue |
clone() |
boolean |
equals(Object obj) |
String |
getNodeType()
A node type to which the parameter value applies.
|
String |
getValue()
The parameter value for this node type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNodeType(String nodeType)
A node type to which the parameter value applies.
|
void |
setValue(String value)
The parameter value for this node type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NodeTypeSpecificValue |
withNodeType(String nodeType)
A node type to which the parameter value applies.
|
NodeTypeSpecificValue |
withValue(String value)
The parameter value for this node type.
|
public void setNodeType(String nodeType)
A node type to which the parameter value applies.
nodeType - A node type to which the parameter value applies.public String getNodeType()
A node type to which the parameter value applies.
public NodeTypeSpecificValue withNodeType(String nodeType)
A node type to which the parameter value applies.
nodeType - A node type to which the parameter value applies.public void setValue(String value)
The parameter value for this node type.
value - The parameter value for this node type.public String getValue()
The parameter value for this node type.
public NodeTypeSpecificValue withValue(String value)
The parameter value for this node type.
value - The parameter value for this node type.public String toString()
toString in class ObjectObject.toString()public NodeTypeSpecificValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.