@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationNode.Builder,OrganizationNode>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationNode.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationNode.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
OrganizationNodeType |
type()
|
String |
typeAsString()
|
String |
value()
|
copypublic OrganizationNodeType 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 String typeAsString()
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 String value()
public OrganizationNode.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OrganizationNode.Builder,OrganizationNode>public static OrganizationNode.Builder builder()
public static Class<? extends OrganizationNode.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.