@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class R53ResourceRecord extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
R53ResourceRecord() |
Modifier and Type | Method and Description |
---|---|
R53ResourceRecord |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The DNS target name
|
String |
getRecordSetId()
The 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 name
|
void |
setRecordSetId(String recordSetId)
The Resource Record set id
|
String |
toString()
Returns a string representation of this object.
|
R53ResourceRecord |
withDomainName(String domainName)
The DNS target name
|
R53ResourceRecord |
withRecordSetId(String recordSetId)
The Resource Record set id
|
public void setDomainName(String domainName)
domainName
- The DNS target namepublic String getDomainName()
public R53ResourceRecord withDomainName(String domainName)
domainName
- The DNS target namepublic void setRecordSetId(String recordSetId)
recordSetId
- The Resource Record set idpublic String getRecordSetId()
public R53ResourceRecord withRecordSetId(String recordSetId)
recordSetId
- The Resource Record set idpublic String toString()
toString
in class Object
Object.toString()
public R53ResourceRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.