@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDomainResponse extends WorkLinkResponse implements ToCopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDomainResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acmCertificateArn()
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
static DescribeDomainResponse.Builder |
builder() |
Instant |
createdTime()
The time that the domain was added.
|
String |
displayName()
The name to display.
|
String |
domainName()
The name of the domain.
|
DomainStatus |
domainStatus()
The current state for the domain.
|
String |
domainStatusAsString()
The current state for the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDomainResponse.Builder> |
serializableBuilderClass() |
DescribeDomainResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain.
public final String displayName()
The name to display.
public final Instant createdTime()
The time that the domain was added.
public final DomainStatus domainStatus()
The current state for the domain.
If the service returns an enum value that is not available in the current SDK version, domainStatus will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainStatusAsString().
DomainStatuspublic final String domainStatusAsString()
The current state for the domain.
If the service returns an enum value that is not available in the current SDK version, domainStatus will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainStatusAsString().
DomainStatuspublic final String acmCertificateArn()
The ARN of an issued ACM certificate that is valid for the domain being associated.
public DescribeDomainResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>toBuilder in class AwsResponsepublic static DescribeDomainResponse.Builder builder()
public static Class<? extends DescribeDomainResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.