@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NamespaceProperties extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that contains information that is specific to the namespace type.
| Constructor and Description |
|---|
NamespaceProperties() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceProperties |
clone() |
boolean |
equals(Object obj) |
DnsProperties |
getDnsProperties()
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NamespaceProperties |
withDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
|
public void setDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
dnsProperties - A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.public DnsProperties getDnsProperties()
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
public NamespaceProperties withDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.
dnsProperties - A complex type that contains the ID for the hosted zone that Route 53 creates when you create a namespace.public String toString()
toString in class ObjectObject.toString()public NamespaceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.