@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the domain.
| Constructor and Description |
|---|
DomainDetails() |
| Modifier and Type | Method and Description |
|---|---|
DomainDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The domain information for the Amazon Web Services API call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDomain(String domain)
The domain information for the Amazon Web Services API call.
|
String |
toString()
Returns a string representation of this object.
|
DomainDetails |
withDomain(String domain)
The domain information for the Amazon Web Services API call.
|
public void setDomain(String domain)
The domain information for the Amazon Web Services API call.
domain - The domain information for the Amazon Web Services API call.public String getDomain()
The domain information for the Amazon Web Services API call.
public DomainDetails withDomain(String domain)
The domain information for the Amazon Web Services API call.
domain - The domain information for the Amazon Web Services API call.public String toString()
toString in class ObjectObject.toString()public DomainDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.