@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 String userPoolId()
The user pool ID.
public String awsAccountId()
The AWS account ID for the user pool owner.
public String domain()
The domain string.
public String s3Bucket()
The S3 bucket where the static files for this domain are stored.
public String cloudFrontDistribution()
The ARN of the CloudFront distribution.
public String version()
The app version.
public 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.