@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetupRequest extends Object implements Serializable, Cloneable, StructuredPojo
Returns information that was submitted during the SetupInstanceHttps request. Email information is
redacted for privacy.
| Constructor and Description |
|---|
SetupRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateProvider()
The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
List<String> |
getDomainNames()
The name of the domain and subdomains that the SSL/TLS certificate secures.
|
String |
getInstanceName()
The name of the Lightsail instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateProvider(String certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
void |
setDomainNames(Collection<String> domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
|
void |
setInstanceName(String instanceName)
The name of the Lightsail instance.
|
String |
toString()
Returns a string representation of this object.
|
SetupRequest |
withCertificateProvider(CertificateProvider certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
SetupRequest |
withCertificateProvider(String certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
SetupRequest |
withDomainNames(Collection<String> domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
|
SetupRequest |
withDomainNames(String... domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
|
SetupRequest |
withInstanceName(String instanceName)
The name of the Lightsail instance.
|
public void setInstanceName(String instanceName)
The name of the Lightsail instance.
instanceName - The name of the Lightsail instance.public String getInstanceName()
The name of the Lightsail instance.
public SetupRequest withInstanceName(String instanceName)
The name of the Lightsail instance.
instanceName - The name of the Lightsail instance.public List<String> getDomainNames()
The name of the domain and subdomains that the SSL/TLS certificate secures.
public void setDomainNames(Collection<String> domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
domainNames - The name of the domain and subdomains that the SSL/TLS certificate secures.public SetupRequest withDomainNames(String... domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
NOTE: This method appends the values to the existing list (if any). Use
setDomainNames(java.util.Collection) or withDomainNames(java.util.Collection) if you want to
override the existing values.
domainNames - The name of the domain and subdomains that the SSL/TLS certificate secures.public SetupRequest withDomainNames(Collection<String> domainNames)
The name of the domain and subdomains that the SSL/TLS certificate secures.
domainNames - The name of the domain and subdomains that the SSL/TLS certificate secures.public void setCertificateProvider(String certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
certificateProvider - The Certificate Authority (CA) that issues the SSL/TLS certificate.CertificateProviderpublic String getCertificateProvider()
The Certificate Authority (CA) that issues the SSL/TLS certificate.
CertificateProviderpublic SetupRequest withCertificateProvider(String certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
certificateProvider - The Certificate Authority (CA) that issues the SSL/TLS certificate.CertificateProviderpublic SetupRequest withCertificateProvider(CertificateProvider certificateProvider)
The Certificate Authority (CA) that issues the SSL/TLS certificate.
certificateProvider - The Certificate Authority (CA) that issues the SSL/TLS certificate.CertificateProviderpublic String toString()
toString in class ObjectObject.toString()public SetupRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.