@Generated(value="software.amazon.awssdk:codegen") public final class DomainDescriptionType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
A container for information about a domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainDescriptionType.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The AWS account ID for the user pool owner.
|
static DomainDescriptionType.Builder |
builder() |
String |
cloudFrontDistribution()
The ARN of the CloudFront distribution.
|
CustomDomainConfigType |
customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
String |
domain()
The domain string.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
The S3 bucket where the static files for this domain are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainDescriptionType.Builder> |
serializableBuilderClass() |
DomainStatusType |
status()
The domain status.
|
String |
statusAsString()
The domain status.
|
DomainDescriptionType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID.
|
String |
version()
The app version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userPoolId()
The user pool ID.
public final String awsAccountId()
The AWS account ID for the user pool owner.
public final String domain()
The domain string.
public final String s3Bucket()
The S3 bucket where the static files for this domain are stored.
public final String cloudFrontDistribution()
The ARN of the CloudFront distribution.
public final String version()
The app version.
public final DomainStatusType status()
The domain status.
If the service returns an enum value that is not available in the current SDK version, status will
return DomainStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DomainStatusTypepublic final String statusAsString()
The domain status.
If the service returns an enum value that is not available in the current SDK version, status will
return DomainStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DomainStatusTypepublic final CustomDomainConfigType customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
public DomainDescriptionType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>public static DomainDescriptionType.Builder builder()
public static Class<? extends DomainDescriptionType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.