@Generated(value="software.amazon.awssdk:codegen") public final class LoadBalancerTlsCertificateDnsRecordCreationState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadBalancerTlsCertificateDnsRecordCreationState.Builder,LoadBalancerTlsCertificateDnsRecordCreationState>
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
builder() |
LoadBalancerTlsCertificateDnsRecordCreationStateCode |
code()
The status code for the automated DNS record creation.
|
String |
codeAsString()
The status code for the automated DNS record creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message that describes the reason for the status code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadBalancerTlsCertificateDnsRecordCreationState.Builder> |
serializableBuilderClass() |
LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LoadBalancerTlsCertificateDnsRecordCreationStateCode code()
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
If the service returns an enum value that is not available in the current SDK version, code will return
LoadBalancerTlsCertificateDnsRecordCreationStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from codeAsString().
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
LoadBalancerTlsCertificateDnsRecordCreationStateCodepublic final String codeAsString()
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
If the service returns an enum value that is not available in the current SDK version, code will return
LoadBalancerTlsCertificateDnsRecordCreationStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from codeAsString().
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
LoadBalancerTlsCertificateDnsRecordCreationStateCodepublic final String message()
The message that describes the reason for the status code.
public LoadBalancerTlsCertificateDnsRecordCreationState.Builder toBuilder()
public static LoadBalancerTlsCertificateDnsRecordCreationState.Builder builder()
public static Class<? extends LoadBalancerTlsCertificateDnsRecordCreationState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.