@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerTlsCertificateDomainValidationOption extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.
| Constructor and Description | 
|---|
| LoadBalancerTlsCertificateDomainValidationOption() | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadBalancerTlsCertificateDomainValidationOption | clone() | 
| boolean | equals(Object obj) | 
| String | getDomainName()
 The fully qualified domain name in the certificate request. | 
| String | getValidationStatus()
 The status of the domain validation. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDomainName(String domainName)
 The fully qualified domain name in the certificate request. | 
| void | setValidationStatus(String validationStatus)
 The status of the domain validation. | 
| String | toString()Returns a string representation of this object. | 
| LoadBalancerTlsCertificateDomainValidationOption | withDomainName(String domainName)
 The fully qualified domain name in the certificate request. | 
| LoadBalancerTlsCertificateDomainValidationOption | withValidationStatus(LoadBalancerTlsCertificateDomainStatus validationStatus)
 The status of the domain validation. | 
| LoadBalancerTlsCertificateDomainValidationOption | withValidationStatus(String validationStatus)
 The status of the domain validation. | 
public LoadBalancerTlsCertificateDomainValidationOption()
public void setDomainName(String domainName)
The fully qualified domain name in the certificate request.
domainName - The fully qualified domain name in the certificate request.public String getDomainName()
The fully qualified domain name in the certificate request.
public LoadBalancerTlsCertificateDomainValidationOption withDomainName(String domainName)
The fully qualified domain name in the certificate request.
domainName - The fully qualified domain name in the certificate request.public void setValidationStatus(String validationStatus)
The status of the domain validation. Valid values are listed below.
validationStatus - The status of the domain validation. Valid values are listed below.LoadBalancerTlsCertificateDomainStatuspublic String getValidationStatus()
The status of the domain validation. Valid values are listed below.
LoadBalancerTlsCertificateDomainStatuspublic LoadBalancerTlsCertificateDomainValidationOption withValidationStatus(String validationStatus)
The status of the domain validation. Valid values are listed below.
validationStatus - The status of the domain validation. Valid values are listed below.LoadBalancerTlsCertificateDomainStatuspublic LoadBalancerTlsCertificateDomainValidationOption withValidationStatus(LoadBalancerTlsCertificateDomainStatus validationStatus)
The status of the domain validation. Valid values are listed below.
validationStatus - The status of the domain validation. Valid values are listed below.LoadBalancerTlsCertificateDomainStatuspublic String toString()
toString in class ObjectObject.toString()public LoadBalancerTlsCertificateDomainValidationOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.