@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
The representation of an organization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The alias associated with the organization.
|
static OrganizationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message associated with the organization.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
organizationId()
The identifier associated with the organization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationSummary.Builder> |
serializableBuilderClass() |
String |
state()
The state associated with the organization.
|
OrganizationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The identifier associated with the organization.
public String alias()
The alias associated with the organization.
public String errorMessage()
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
public String state()
The state associated with the organization.
public OrganizationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>public static OrganizationSummary.Builder builder()
public static Class<? extends OrganizationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.