@Generated(value="software.amazon.awssdk:codegen") public class DomainDescriptionType extends Object implements StructuredPojo, 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.
|
String |
domain()
The domain string.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
s3Bucket()
The S3 bucket where the static files for this domain are stored.
|
static Class<? extends DomainDescriptionType.Builder> |
serializableBuilderClass() |
DomainStatusType |
status()
The domain status.
|
String |
statusAsString()
The domain status.
|
DomainDescriptionType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userPoolId()
The user pool ID.
|
String |
version()
The app version.
|
copy
public 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()
.
DomainStatusType
public 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()
.
DomainStatusType
public DomainDescriptionType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
public static DomainDescriptionType.Builder builder()
public static Class<? extends DomainDescriptionType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.