@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 Object
Object.toString()
public PrivateDnsNamespaceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.