@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSummary extends Object implements Serializable, Cloneable, StructuredPojo
Object for the summarized details of the domain.
Constructor and Description |
---|
DomainSummary() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDomainArn()
The Amazon Resource Name (ARN) of the domain.
|
String |
getDomainId()
The unique identifier of the domain.
|
String |
getName()
The name of the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
|
void |
setDomainId(String domainId)
The unique identifier of the domain.
|
void |
setName(String name)
The name of the domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainSummary |
withDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
|
DomainSummary |
withDomainId(String domainId)
The unique identifier of the domain.
|
DomainSummary |
withName(String name)
The name of the domain.
|
public void setDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
domainArn
- The Amazon Resource Name (ARN) of the domain.public String getDomainArn()
The Amazon Resource Name (ARN) of the domain.
public DomainSummary withDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
domainArn
- The Amazon Resource Name (ARN) of the domain.public void setDomainId(String domainId)
The unique identifier of the domain.
domainId
- The unique identifier of the domain.public String getDomainId()
The unique identifier of the domain.
public DomainSummary withDomainId(String domainId)
The unique identifier of the domain.
domainId
- The unique identifier of the domain.public void setName(String name)
The name of the domain.
name
- The name of the domain.public String getName()
The name of the domain.
public DomainSummary withName(String name)
The name of the domain.
name
- The name of the domain.public String toString()
toString
in class Object
Object.toString()
public DomainSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.