@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 . |
String |
getEngineType()
Specifies the
EngineType of the domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomainName(String domainName)
Specifies the
DomainName . |
void |
setEngineType(String engineType)
Specifies the
EngineType of the domain. |
String |
toString()
Returns a string representation of this object.
|
DomainInfo |
withDomainName(String domainName)
Specifies the
DomainName . |
DomainInfo |
withEngineType(EngineType engineType)
Specifies the
EngineType of the domain. |
DomainInfo |
withEngineType(String engineType)
Specifies the
EngineType of the domain. |
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 void setEngineType(String engineType)
Specifies the EngineType
of the domain.
engineType
- Specifies the EngineType
of the domain.EngineType
public String getEngineType()
Specifies the EngineType
of the domain.
EngineType
of the domain.EngineType
public DomainInfo withEngineType(String engineType)
Specifies the EngineType
of the domain.
engineType
- Specifies the EngineType
of the domain.EngineType
public DomainInfo withEngineType(EngineType engineType)
Specifies the EngineType
of the domain.
engineType
- Specifies the EngineType
of the domain.EngineType
public String toString()
toString
in class Object
Object.toString()
public DomainInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.