@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainDetails extends Object implements Serializable, Cloneable, StructuredPojo
The DNS name of the entity that performed the action on the affected resource.
| Constructor and Description |
|---|
DomainDetails() |
| Modifier and Type | Method and Description |
|---|---|
DomainDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomainName(String domainName)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
DomainDetails |
withDomainName(String domainName)
Reserved for future use.
|
public void setDomainName(String domainName)
Reserved for future use.
domainName - Reserved for future use.public String getDomainName()
Reserved for future use.
public DomainDetails withDomainName(String domainName)
Reserved for future use.
domainName - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public DomainDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.