@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 Route 53 hosted zone that AWS Cloud Map creates when you create a
namespace.
|
HttpProperties |
getHttpProperties()
A complex type that contains the name of an HTTP namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a
namespace.
|
void |
setHttpProperties(HttpProperties httpProperties)
A complex type that contains the name of an HTTP namespace.
|
String |
toString()
Returns a string representation of this object.
|
NamespaceProperties |
withDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a
namespace.
|
NamespaceProperties |
withHttpProperties(HttpProperties httpProperties)
A complex type that contains the name of an HTTP namespace.
|
public void setDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.
dnsProperties
- A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you
create a namespace.public DnsProperties getDnsProperties()
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.
public NamespaceProperties withDnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.
dnsProperties
- A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you
create a namespace.public void setHttpProperties(HttpProperties httpProperties)
A complex type that contains the name of an HTTP namespace.
httpProperties
- A complex type that contains the name of an HTTP namespace.public HttpProperties getHttpProperties()
A complex type that contains the name of an HTTP namespace.
public NamespaceProperties withHttpProperties(HttpProperties httpProperties)
A complex type that contains the name of an HTTP namespace.
httpProperties
- A complex type that contains the name of an HTTP namespace.public String toString()
toString
in class Object
Object.toString()
public NamespaceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.