@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class R53ResourceRecord extends Object implements Serializable, Cloneable, StructuredPojo
The Route 53 resource that a DNS target resource record points to.
| Constructor and Description |
|---|
R53ResourceRecord() |
| Modifier and Type | Method and Description |
|---|---|
R53ResourceRecord |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The DNS target domain name.
|
String |
getRecordSetId()
The Route 53 Resource Record Set ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDomainName(String domainName)
The DNS target domain name.
|
void |
setRecordSetId(String recordSetId)
The Route 53 Resource Record Set ID.
|
String |
toString()
Returns a string representation of this object.
|
R53ResourceRecord |
withDomainName(String domainName)
The DNS target domain name.
|
R53ResourceRecord |
withRecordSetId(String recordSetId)
The Route 53 Resource Record Set ID.
|
public void setDomainName(String domainName)
The DNS target domain name.
domainName - The DNS target domain name.public String getDomainName()
The DNS target domain name.
public R53ResourceRecord withDomainName(String domainName)
The DNS target domain name.
domainName - The DNS target domain name.public void setRecordSetId(String recordSetId)
The Route 53 Resource Record Set ID.
recordSetId - The Route 53 Resource Record Set ID.public String getRecordSetId()
The Route 53 Resource Record Set ID.
public R53ResourceRecord withRecordSetId(String recordSetId)
The Route 53 Resource Record Set ID.
recordSetId - The Route 53 Resource Record Set ID.public String toString()
toString in class ObjectObject.toString()public R53ResourceRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.