Class DescribeDomainResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.worklink.model.WorkLinkResponse
-
- software.amazon.awssdk.services.worklink.model.DescribeDomainResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeDomainResponse extends WorkLinkResponse implements ToCopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeDomainResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringacmCertificateArn()The ARN of an issued ACM certificate that is valid for the domain being associated.static DescribeDomainResponse.Builderbuilder()InstantcreatedTime()The time that the domain was added.StringdisplayName()The name to display.StringdomainName()The name of the domain.DomainStatusdomainStatus()The current state for the domain.StringdomainStatusAsString()The current state for the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DescribeDomainResponse.Builder>serializableBuilderClass()DescribeDomainResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.worklink.model.WorkLinkResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainName
public final String domainName()
The name of the domain.
- Returns:
- The name of the domain.
-
displayName
public final String displayName()
The name to display.
- Returns:
- The name to display.
-
createdTime
public final Instant createdTime()
The time that the domain was added.
- Returns:
- The time that the domain was added.
-
domainStatus
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,
domainStatuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainStatusAsString().- Returns:
- The current state for the domain.
- See Also:
DomainStatus
-
domainStatusAsString
public 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,
domainStatuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainStatusAsString().- Returns:
- The current state for the domain.
- See Also:
DomainStatus
-
acmCertificateArn
public final String acmCertificateArn()
The ARN of an issued ACM certificate that is valid for the domain being associated.
- Returns:
- The ARN of an issued ACM certificate that is valid for the domain being associated.
-
toBuilder
public DescribeDomainResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeDomainResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDomainResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-