@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.DnsRecordIpTypepublic String getDnsRecordIpType()
The DNS records created for the endpoint.
DnsRecordIpTypepublic DnsOptionsSpecification withDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType - The DNS records created for the endpoint.DnsRecordIpTypepublic DnsOptionsSpecification 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 DnsOptionsSpecification clone()
Copyright © 2023. All rights reserved.