@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the domain name of the device that an entity used to perform an action on an affected resource.
Constructor and Description |
---|
DomainDetails() |
Modifier and Type | Method and Description |
---|---|
DomainDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomainName(String domainName)
The name of the domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainDetails |
withDomainName(String domainName)
The name of the domain.
|
public void setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public DomainDetails withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String toString()
toString
in class Object
Object.toString()
public DomainDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.