@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() |
String |
defaultMailDomain()
The default email domain associated with the organization.
|
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 final String organizationId()
The identifier associated with the organization.
public final String alias()
The alias associated with the organization.
public final String defaultMailDomain()
The default email domain associated with the organization.
public final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.