@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerTlsCertificateDnsRecordCreationState extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
LoadBalancerTlsCertificateDnsRecordCreationState() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerTlsCertificateDnsRecordCreationState |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The status code for the automated DNS record creation.
|
String |
getMessage()
The message that describes the reason for the status code.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The status code for the automated DNS record creation.
|
void |
setMessage(String message)
The message that describes the reason for the status code.
|
String |
toString()
Returns a string representation of this object.
|
LoadBalancerTlsCertificateDnsRecordCreationState |
withCode(LoadBalancerTlsCertificateDnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
|
LoadBalancerTlsCertificateDnsRecordCreationState |
withCode(String code)
The status code for the automated DNS record creation.
|
LoadBalancerTlsCertificateDnsRecordCreationState |
withMessage(String message)
The message that describes the reason for the status code.
|
public LoadBalancerTlsCertificateDnsRecordCreationState()
public void setCode(String 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.
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.
LoadBalancerTlsCertificateDnsRecordCreationStateCode
public String getCode()
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.
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.
LoadBalancerTlsCertificateDnsRecordCreationStateCode
public LoadBalancerTlsCertificateDnsRecordCreationState withCode(String 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.
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.
LoadBalancerTlsCertificateDnsRecordCreationStateCode
public LoadBalancerTlsCertificateDnsRecordCreationState withCode(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.
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.
LoadBalancerTlsCertificateDnsRecordCreationStateCode
public void setMessage(String message)
The message that describes the reason for the status code.
message
- The message that describes the reason for the status code.public String getMessage()
The message that describes the reason for the status code.
public LoadBalancerTlsCertificateDnsRecordCreationState withMessage(String message)
The message that describes the reason for the status code.
message
- The message that describes the reason for the status code.public String toString()
toString
in class Object
Object.toString()
public LoadBalancerTlsCertificateDnsRecordCreationState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.