StructuredPojo
, ToCopyableBuilder<DomainDescriptionType.Builder,DomainDescriptionType>
@Generated("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 | Description |
---|---|---|
static interface |
DomainDescriptionType.Builder |
Modifier and Type | Method | 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) |
|
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() |
|
String |
status() |
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.
|
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 String status()
The domain status.
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.