@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DnsOptions extends Object implements Serializable, Cloneable
Describes the DNS options for an endpoint.
| Constructor and Description |
|---|
DnsOptions() |
| Modifier and Type | Method and Description |
|---|---|
DnsOptions |
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.
|
DnsOptions |
withDnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptions |
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.DnsRecordIpTypepublic String getDnsRecordIpType()
The DNS records created for the endpoint.
DnsRecordIpTypepublic DnsOptions withDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType - The DNS records created for the endpoint.DnsRecordIpTypepublic DnsOptions withDnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType - The DNS records created for the endpoint.DnsRecordIpTypepublic String toString()
toString in class ObjectObject.toString()public DnsOptions clone()
Copyright © 2022. All rights reserved.