@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DnsOptionsSpecification extends Object implements Serializable, Cloneable
Describes the DNS options for an endpoint.
Constructor and Description |
---|
DnsOptionsSpecification() |
Modifier and Type | Method and Description |
---|---|
DnsOptionsSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getDnsRecordIpType()
The DNS records created for the endpoint.
|
int |
hashCode() |
void |
setDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DnsOptionsSpecification |
withDnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptionsSpecification |
withDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
|
public void setDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType
- The DNS records created for the endpoint.DnsRecordIpType
public String getDnsRecordIpType()
The DNS records created for the endpoint.
DnsRecordIpType
public DnsOptionsSpecification withDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType
- The DNS records created for the endpoint.DnsRecordIpType
public DnsOptionsSpecification withDnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType
- The DNS records created for the endpoint.DnsRecordIpType
public String toString()
toString
in class Object
Object.toString()
public DnsOptionsSpecification clone()