@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationNode extends Object implements Serializable, Cloneable, StructuredPojo
Information about the organization node.
Constructor and Description |
---|
OrganizationNode() |
Modifier and Type | Method and Description |
---|---|
OrganizationNode |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The organization node type.
|
String |
getValue()
The identifier of the organization node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
The organization node type.
|
void |
setValue(String value)
The identifier of the organization node.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationNode |
withType(OrganizationNodeType type)
The organization node type.
|
OrganizationNode |
withType(String type)
The organization node type.
|
OrganizationNode |
withValue(String value)
The identifier of the organization node.
|
public void setType(String type)
The organization node type.
type
- The organization node type.OrganizationNodeType
public String getType()
The organization node type.
OrganizationNodeType
public OrganizationNode withType(String type)
The organization node type.
type
- The organization node type.OrganizationNodeType
public OrganizationNode withType(OrganizationNodeType type)
The organization node type.
type
- The organization node type.OrganizationNodeType
public void setValue(String value)
The identifier of the organization node.
value
- The identifier of the organization node.public String getValue()
The identifier of the organization node.
public OrganizationNode withValue(String value)
The identifier of the organization node.
value
- The identifier of the organization node.public String toString()
toString
in class Object
Object.toString()
public OrganizationNode clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.