public class DescribeUserPoolDomainResult extends Object implements Serializable
Constructor and Description |
---|
DescribeUserPoolDomainResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DomainDescriptionType |
getDomainDescription()
A domain description object containing information about the domain.
|
int |
hashCode() |
void |
setDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserPoolDomainResult |
withDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
|
public DomainDescriptionType getDomainDescription()
A domain description object containing information about the domain.
A domain description object containing information about the domain.
public void setDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
domainDescription
- A domain description object containing information about the domain.
public DescribeUserPoolDomainResult withDomainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
Returns a reference to this object so that method calls can be chained together.
domainDescription
- A domain description object containing information about the domain.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.