@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivateDnsNamespaceProperties extends Object implements Serializable, Cloneable, StructuredPojo
DNS properties for the private DNS namespace.
| Constructor and Description |
|---|
PrivateDnsNamespaceProperties() |
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNamespaceProperties |
clone() |
boolean |
equals(Object obj) |
PrivateDnsPropertiesMutable |
getDnsProperties()
DNS properties for the private DNS namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDnsProperties(PrivateDnsPropertiesMutable dnsProperties)
DNS properties for the private DNS namespace.
|
String |
toString()
Returns a string representation of this object.
|
PrivateDnsNamespaceProperties |
withDnsProperties(PrivateDnsPropertiesMutable dnsProperties)
DNS properties for the private DNS namespace.
|
public void setDnsProperties(PrivateDnsPropertiesMutable dnsProperties)
DNS properties for the private DNS namespace.
dnsProperties - DNS properties for the private DNS namespace.public PrivateDnsPropertiesMutable getDnsProperties()
DNS properties for the private DNS namespace.
public PrivateDnsNamespaceProperties withDnsProperties(PrivateDnsPropertiesMutable dnsProperties)
DNS properties for the private DNS namespace.
dnsProperties - DNS properties for the private DNS namespace.public String toString()
toString in class ObjectObject.toString()public PrivateDnsNamespaceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.