@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.
|
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 Amazon 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 String organizationId()
The identifier of an organization.
public String alias()
The alias for an organization.
public String state()
The state of an organization.
public String directoryId()
The identifier for the directory associated with an Amazon WorkMail organization.
public String directoryType()
The type of directory associated with the WorkMail organization.
public String defaultMailDomain()
The default mail domain associated with the organization.
public Instant completedDate()
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
public String errorMessage()
(Optional) The error message indicating if unexpected behavior was encountered with regards to 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.