Class DescribeOrganizationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.workmail.model.WorkMailResponse
-
- software.amazon.awssdk.services.workmail.model.DescribeOrganizationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeOrganizationResponse extends WorkMailResponse implements ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeOrganizationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringalias()The alias for an organization.Stringarn()The Amazon Resource Name (ARN) of the organization.static DescribeOrganizationResponse.Builderbuilder()InstantcompletedDate()The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.StringdefaultMailDomain()The default mail domain associated with the organization.StringdirectoryId()The identifier for the directory associated with an WorkMail organization.StringdirectoryType()The type of directory associated with the WorkMail organization.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaninteroperabilityEnabled()Indicates if interoperability is enabled for this organization.StringmigrationAdmin()The user ID of the migration admin if migration is enabled for the organization.StringorganizationId()The identifier of an organization.List<SdkField<?>>sdkFields()static Class<? extends DescribeOrganizationResponse.Builder>serializableBuilderClass()Stringstate()The state of an organization.DescribeOrganizationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.workmail.model.WorkMailResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
organizationId
public final String organizationId()
The identifier of an organization.
- Returns:
- The identifier of an organization.
-
alias
public final String alias()
The alias for an organization.
- Returns:
- The alias for an organization.
-
state
public final String state()
The state of an organization.
- Returns:
- The state of an organization.
-
directoryId
public final String directoryId()
The identifier for the directory associated with an WorkMail organization.
- Returns:
- The identifier for the directory associated with an WorkMail organization.
-
directoryType
public final String directoryType()
The type of directory associated with the WorkMail organization.
- Returns:
- The type of directory associated with the WorkMail organization.
-
defaultMailDomain
public final String defaultMailDomain()
The default mail domain associated with the organization.
- Returns:
- The default mail domain associated with the organization.
-
completedDate
public final Instant completedDate()
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
- Returns:
- The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
-
errorMessage
public final String errorMessage()
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
- Returns:
- (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the organization.
- Returns:
- The Amazon Resource Name (ARN) of the organization.
-
migrationAdmin
public final String migrationAdmin()
The user ID of the migration admin if migration is enabled for the organization.
- Returns:
- The user ID of the migration admin if migration is enabled for the organization.
-
interoperabilityEnabled
public final Boolean interoperabilityEnabled()
Indicates if interoperability is enabled for this organization.
- Returns:
- Indicates if interoperability is enabled for this organization.
-
toBuilder
public DescribeOrganizationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeOrganizationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeOrganizationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-