@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomDomainAssociationResponse extends RedshiftResponse implements ToCopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCustomDomainAssociationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomDomainAssociationResponse.Builder |
builder() |
String |
clusterIdentifier()
The identifier of the cluster that the custom domain is associated with.
|
String |
customDomainCertExpiryTime()
The expiration time for the certificate for the custom domain.
|
String |
customDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
|
String |
customDomainName()
The custom domain name for the association result.
|
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 CreateCustomDomainAssociationResponse.Builder> |
serializableBuilderClass() |
CreateCustomDomainAssociationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customDomainName()
The custom domain name for the association result.
public final String customDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
public final String clusterIdentifier()
The identifier of the cluster that the custom domain is associated with.
public final String customDomainCertExpiryTime()
The expiration time for the certificate for the custom domain.
public CreateCustomDomainAssociationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>toBuilder in class AwsResponsepublic static CreateCustomDomainAssociationResponse.Builder builder()
public static Class<? extends CreateCustomDomainAssociationResponse.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.