@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainInfo extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DomainInfo() |
| Modifier and Type | Method and Description |
|---|---|
DomainInfo |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
Specifies the
DomainName. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomainName(String domainName)
Specifies the
DomainName. |
String |
toString()
Returns a string representation of this object.
|
DomainInfo |
withDomainName(String domainName)
Specifies the
DomainName. |
public void setDomainName(String domainName)
Specifies the DomainName.
domainName - Specifies the DomainName.public String getDomainName()
Specifies the DomainName.
DomainName.public DomainInfo withDomainName(String domainName)
Specifies the DomainName.
domainName - Specifies the DomainName.public String toString()
toString in class ObjectObject.toString()public DomainInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.