@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationNode.Builder,OrganizationNode>
Information about the organization node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationNode.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationNode.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationNode.Builder> |
serializableBuilderClass() |
OrganizationNode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OrganizationNodeType |
type()
The organization node type.
|
String |
typeAsString()
The organization node type.
|
String |
value()
The identifier of the organization node.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OrganizationNodeType type()
The organization node type.
If the service returns an enum value that is not available in the current SDK version, type will return
OrganizationNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OrganizationNodeTypepublic final String typeAsString()
The organization node type.
If the service returns an enum value that is not available in the current SDK version, type will return
OrganizationNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OrganizationNodeTypepublic final String value()
The identifier of the organization node.
public OrganizationNode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationNode.Builder,OrganizationNode>public static OrganizationNode.Builder builder()
public static Class<? extends OrganizationNode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.