public class DescribeDomainConfigurationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeDomainConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AuthorizerConfig |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
java.lang.String |
getDomainConfigurationArn()
The ARN of the domain configuration.
|
java.lang.String |
getDomainConfigurationName()
The name of the domain configuration.
|
java.lang.String |
getDomainConfigurationStatus()
A Boolean value that specifies the current state of the domain
configuration.
|
java.lang.String |
getDomainName()
The name of the domain.
|
java.lang.String |
getDomainType()
The type of the domain.
|
java.util.Date |
getLastStatusChangeDate()
The date and time the domain configuration's status was last changed.
|
java.util.List<ServerCertificateSummary> |
getServerCertificates()
A list containing summary information about the server certificate
included in the domain configuration.
|
java.lang.String |
getServiceType()
The type of service delivered by the endpoint.
|
int |
hashCode() |
void |
setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
setDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
|
void |
setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
|
void |
setDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain
configuration.
|
void |
setDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain
configuration.
|
void |
setDomainName(java.lang.String domainName)
The name of the domain.
|
void |
setDomainType(DomainType domainType)
The type of the domain.
|
void |
setDomainType(java.lang.String domainType)
The type of the domain.
|
void |
setLastStatusChangeDate(java.util.Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
|
void |
setServerCertificates(java.util.Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate
included in the domain configuration.
|
void |
setServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
void |
setServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainConfigurationResult |
withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
DescribeDomainConfigurationResult |
withDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
|
DescribeDomainConfigurationResult |
withDomainConfigurationName(java.lang.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(java.lang.String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain
configuration.
|
DescribeDomainConfigurationResult |
withDomainName(java.lang.String domainName)
The name of the domain.
|
DescribeDomainConfigurationResult |
withDomainType(DomainType domainType)
The type of the domain.
|
DescribeDomainConfigurationResult |
withDomainType(java.lang.String domainType)
The type of the domain.
|
DescribeDomainConfigurationResult |
withLastStatusChangeDate(java.util.Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
|
DescribeDomainConfigurationResult |
withServerCertificates(java.util.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(java.lang.String serviceType)
The type of service delivered by the endpoint.
|
public java.lang.String getDomainConfigurationName()
The name of the domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
The name of the domain configuration.
public void setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
domainConfigurationName
- The name of the domain configuration.
public DescribeDomainConfigurationResult withDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
domainConfigurationName
- The name of the domain configuration.
public java.lang.String getDomainConfigurationArn()
The ARN of the domain configuration.
The ARN of the domain configuration.
public void setDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn
- The ARN of the domain configuration.
public DescribeDomainConfigurationResult withDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
Returns a reference to this object so that method calls can be chained together.
domainConfigurationArn
- The ARN of the domain configuration.
public java.lang.String getDomainName()
The name of the domain.
Constraints:
Length: 1 - 253
The name of the domain.
public void setDomainName(java.lang.String domainName)
The name of the domain.
Constraints:
Length: 1 - 253
domainName
- The name of the domain.
public DescribeDomainConfigurationResult withDomainName(java.lang.String domainName)
The name of the domain.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 253
domainName
- The name of the domain.
public java.util.List<ServerCertificateSummary> getServerCertificates()
A list containing summary information about the server certificate included in the domain configuration.
A list containing summary information about the server certificate included in the domain configuration.
public void setServerCertificates(java.util.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.
Returns a reference to this object so that method calls can be chained together.
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.
public DescribeDomainConfigurationResult withServerCertificates(java.util.Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
Returns a reference to this object so that method calls can be chained together.
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.
public AuthorizerConfig getAuthorizerConfig()
An object that specifies the authorization service for a domain.
An object that specifies the authorization service for a domain.
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 DescribeDomainConfigurationResult withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
Returns a reference to this object so that method calls can be chained together.
authorizerConfig
- An object that specifies the authorization service for a domain.
public java.lang.String getDomainConfigurationStatus()
A Boolean value that specifies the current state of the domain configuration.
Constraints:
Allowed Values: ENABLED, DISABLED
A Boolean value that specifies the current state of the domain configuration.
DomainConfigurationStatus
public void setDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.
DomainConfigurationStatus
public DescribeDomainConfigurationResult withDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.
DomainConfigurationStatus
public void setDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
Constraints:
Allowed Values: ENABLED, DISABLED
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.
DomainConfigurationStatus
public java.lang.String getServiceType()
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
The type of service delivered by the endpoint.
ServiceType
public void setServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType
- The type of service delivered by the endpoint.
ServiceType
public DescribeDomainConfigurationResult withServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType
- The type of service delivered by the endpoint.
ServiceType
public void setServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType
- The type of service delivered by the endpoint.
ServiceType
public DescribeDomainConfigurationResult withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType
- The type of service delivered by the endpoint.
ServiceType
public java.lang.String getDomainType()
The type of the domain.
Constraints:
Allowed Values: ENDPOINT, AWS_MANAGED, CUSTOMER_MANAGED
The type of the domain.
DomainType
public void setDomainType(java.lang.String domainType)
The type of the domain.
Constraints:
Allowed Values: ENDPOINT, AWS_MANAGED, CUSTOMER_MANAGED
domainType
- The type of the domain.
DomainType
public DescribeDomainConfigurationResult withDomainType(java.lang.String domainType)
The type of the domain.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENDPOINT, AWS_MANAGED, CUSTOMER_MANAGED
domainType
- The type of the domain.
DomainType
public void setDomainType(DomainType domainType)
The type of the domain.
Constraints:
Allowed Values: ENDPOINT, AWS_MANAGED, CUSTOMER_MANAGED
domainType
- The type of the domain.
DomainType
public DescribeDomainConfigurationResult withDomainType(DomainType domainType)
The type of the domain.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENDPOINT, AWS_MANAGED, CUSTOMER_MANAGED
domainType
- The type of the domain.
DomainType
public java.util.Date getLastStatusChangeDate()
The date and time the domain configuration's status was last changed.
The date and time the domain configuration's status was last changed.
public void setLastStatusChangeDate(java.util.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 DescribeDomainConfigurationResult withLastStatusChangeDate(java.util.Date lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
Returns a reference to this object so that method calls can be chained together.
lastStatusChangeDate
- The date and time the domain configuration's status was last changed.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.