@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.LoadBalancerTlsCertificateDomainStatus
public String getValidationStatus()
The status of the domain validation. Valid values are listed below.
LoadBalancerTlsCertificateDomainStatus
public 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.LoadBalancerTlsCertificateDomainStatus
public 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.LoadBalancerTlsCertificateDomainStatus
public String toString()
toString
in class Object
Object.toString()
public LoadBalancerTlsCertificateDomainValidationOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.