@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDomainConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainConfigurationResult |
clone() |
boolean |
equals(Object obj) |
AuthorizerConfig |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
String |
getDomainConfigurationArn()
The ARN of the domain configuration.
|
String |
getDomainConfigurationName()
The name of the domain configuration.
|
String |
getDomainConfigurationStatus()
A Boolean value that specifies the current state of the domain configuration.
|
String |
getDomainName()
The name of the domain.
|
String |
getDomainType()
The type of the domain.
|
Date |
getLastStatusChangeDate()
The date and time the domain configuration's status was last changed.
|
ServerCertificateConfig |
getServerCertificateConfig()
The server certificate configuration.
|
List<ServerCertificateSummary> |
getServerCertificates()
A list containing summary information about the server certificate included in the domain configuration.
|
String |
getServiceType()
The type of service delivered by the endpoint.
|
TlsConfig |
getTlsConfig()
An object that specifies the TLS configuration for a domain.
|
int |
hashCode() |
void |
setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
setDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
|
void |
setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
|
void |
setDomainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setDomainType(String domainType)
The type of the domain.
|
void |
setLastStatusChangeDate(Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
|
void |
setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
|
void |
setServerCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
void |
setServiceType(String serviceType)
The type of service delivered by the endpoint.
|
void |
setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainConfigurationResult |
withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
DescribeDomainConfigurationResult |
withDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
|
DescribeDomainConfigurationResult |
withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
|
DescribeDomainConfigurationResult |
withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
|
DescribeDomainConfigurationResult |
withDomainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
|
DescribeDomainConfigurationResult |
withDomainName(String domainName)
The name of the domain.
|
DescribeDomainConfigurationResult |
withDomainType(DomainType domainType)
The type of the domain.
|
DescribeDomainConfigurationResult |
withDomainType(String domainType)
The type of the domain.
|
DescribeDomainConfigurationResult |
withLastStatusChangeDate(Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
|
DescribeDomainConfigurationResult |
withServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
|
DescribeDomainConfigurationResult |
withServerCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
DescribeDomainConfigurationResult |
withServerCertificates(ServerCertificateSummary... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
DescribeDomainConfigurationResult |
withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
DescribeDomainConfigurationResult |
withServiceType(String serviceType)
The type of service delivered by the endpoint.
|
DescribeDomainConfigurationResult |
withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
domainConfigurationName
- The name of the domain configuration.public String getDomainConfigurationName()
The name of the domain configuration.
public DescribeDomainConfigurationResult withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
domainConfigurationName
- The name of the domain configuration.public void setDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn
- The ARN of the domain configuration.public String getDomainConfigurationArn()
The ARN of the domain configuration.
public DescribeDomainConfigurationResult withDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn
- The ARN of the domain configuration.public void setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public DescribeDomainConfigurationResult withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public List<ServerCertificateSummary> getServerCertificates()
A list containing summary information about the server certificate included in the domain configuration.
public void setServerCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.public DescribeDomainConfigurationResult withServerCertificates(ServerCertificateSummary... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
NOTE: This method appends the values to the existing list (if any). Use
setServerCertificates(java.util.Collection)
or withServerCertificates(java.util.Collection)
if
you want to override the existing values.
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.public DescribeDomainConfigurationResult withServerCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.public void setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.public AuthorizerConfig getAuthorizerConfig()
An object that specifies the authorization service for a domain.
public DescribeDomainConfigurationResult withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.public void setDomainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.DomainConfigurationStatus
public String getDomainConfigurationStatus()
A Boolean value that specifies the current state of the domain configuration.
DomainConfigurationStatus
public DescribeDomainConfigurationResult withDomainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.DomainConfigurationStatus
public DescribeDomainConfigurationResult withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.DomainConfigurationStatus
public void setServiceType(String serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public String getServiceType()
The type of service delivered by the endpoint.
ServiceType
public DescribeDomainConfigurationResult withServiceType(String serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public DescribeDomainConfigurationResult withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public void setDomainType(String domainType)
The type of the domain.
domainType
- The type of the domain.DomainType
public String getDomainType()
The type of the domain.
DomainType
public DescribeDomainConfigurationResult withDomainType(String domainType)
The type of the domain.
domainType
- The type of the domain.DomainType
public DescribeDomainConfigurationResult withDomainType(DomainType domainType)
The type of the domain.
domainType
- The type of the domain.DomainType
public void setLastStatusChangeDate(Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
lastStatusChangeDate
- The date and time the domain configuration's status was last changed.public Date getLastStatusChangeDate()
The date and time the domain configuration's status was last changed.
public DescribeDomainConfigurationResult withLastStatusChangeDate(Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
lastStatusChangeDate
- The date and time the domain configuration's status was last changed.public void setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
tlsConfig
- An object that specifies the TLS configuration for a domain.public TlsConfig getTlsConfig()
An object that specifies the TLS configuration for a domain.
public DescribeDomainConfigurationResult withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
tlsConfig
- An object that specifies the TLS configuration for a domain.public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
serverCertificateConfig
- The server certificate configuration.public ServerCertificateConfig getServerCertificateConfig()
The server certificate configuration.
public DescribeDomainConfigurationResult withServerCertificateConfig(ServerCertificateConfig serverCertificateConfig)
The server certificate configuration.
serverCertificateConfig
- The server certificate configuration.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainConfigurationResult clone()