StructuredPojo
, ToCopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>
@Generated("software.amazon.awssdk:codegen") public class NodeTypeSpecificValue extends Object implements StructuredPojo, ToCopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>
Represents a parameter value that is applicable to a particular node type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NodeTypeSpecificValue.Builder |
Modifier and Type | Method | Description |
---|---|---|
static NodeTypeSpecificValue.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
nodeType() |
A node type to which the parameter value applies.
|
static Class<? extends NodeTypeSpecificValue.Builder> |
serializableBuilderClass() |
|
NodeTypeSpecificValue.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The parameter value for this node type.
|
public String nodeType()
A node type to which the parameter value applies.
public String value()
The parameter value for this node type.
public NodeTypeSpecificValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>
public static NodeTypeSpecificValue.Builder builder()
public static Class<? extends NodeTypeSpecificValue.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.