@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceDiscovery extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the service discovery information for a virtual node.
| Constructor and Description |
|---|
ServiceDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
clone() |
boolean |
equals(Object obj) |
DnsServiceDiscovery |
getDns()
Specifies the DNS information for the virtual node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
|
String |
toString()
Returns a string representation of this object.
|
ServiceDiscovery |
withDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
|
public void setDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
dns - Specifies the DNS information for the virtual node.public DnsServiceDiscovery getDns()
Specifies the DNS information for the virtual node.
public ServiceDiscovery withDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
dns - Specifies the DNS information for the virtual node.public String toString()
toString in class ObjectObject.toString()public ServiceDiscovery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.