@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOrganizationResponse extends WorkMailResponse implements ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeOrganizationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The alias for an organization.
|
String |
arn()
The Amazon Resource Name (ARN) of the organization.
|
static DescribeOrganizationResponse.Builder |
builder() |
Instant |
completedDate()
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
|
String |
defaultMailDomain()
The default mail domain associated with the organization.
|
String |
directoryId()
The identifier for the directory associated with an WorkMail organization.
|
String |
directoryType()
The type of directory associated with the WorkMail organization.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
organizationId()
The identifier of an organization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeOrganizationResponse.Builder> |
serializableBuilderClass() |
String |
state()
The state of an organization.
|
DescribeOrganizationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String organizationId()
The identifier of an organization.
public final String alias()
The alias for an organization.
public final String state()
The state of an organization.
public final String directoryId()
The identifier for the directory associated with an WorkMail organization.
public final String directoryType()
The type of directory associated with the WorkMail organization.
public final String defaultMailDomain()
The default mail domain associated with the organization.
public final Instant completedDate()
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
public final String errorMessage()
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
public final String arn()
The Amazon Resource Name (ARN) of the organization.
public DescribeOrganizationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>toBuilder in class AwsResponsepublic static DescribeOrganizationResponse.Builder builder()
public static Class<? extends DescribeOrganizationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.