public class HostedZoneConfig extends Object implements Serializable, Cloneable
A complex type that contains an optional comment about your hosted zone. If
you don't want to specify a comment, you can omit the
HostedZoneConfig
and Comment
elements from the XML
document.
Constructor and Description |
---|
HostedZoneConfig() |
Modifier and Type | Method and Description |
---|---|
HostedZoneConfig |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
An optional comment about your hosted zone.
|
Boolean |
getPrivateZone() |
int |
hashCode() |
Boolean |
isPrivateZone() |
void |
setComment(String comment)
An optional comment about your hosted zone.
|
void |
setPrivateZone(Boolean privateZone) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HostedZoneConfig |
withComment(String comment)
An optional comment about your hosted zone.
|
HostedZoneConfig |
withPrivateZone(Boolean privateZone) |
public void setComment(String comment)
An optional comment about your hosted zone. If you don't want to specify
a comment, you can omit the HostedZoneConfig
and
Comment
elements from the XML document.
comment
- An optional comment about your hosted zone. If you don't want to
specify a comment, you can omit the HostedZoneConfig
and Comment
elements from the XML document.public String getComment()
An optional comment about your hosted zone. If you don't want to specify
a comment, you can omit the HostedZoneConfig
and
Comment
elements from the XML document.
HostedZoneConfig
and Comment
elements from the XML document.public HostedZoneConfig withComment(String comment)
An optional comment about your hosted zone. If you don't want to specify
a comment, you can omit the HostedZoneConfig
and
Comment
elements from the XML document.
comment
- An optional comment about your hosted zone. If you don't want to
specify a comment, you can omit the HostedZoneConfig
and Comment
elements from the XML document.public void setPrivateZone(Boolean privateZone)
privateZone
- public Boolean getPrivateZone()
public HostedZoneConfig withPrivateZone(Boolean privateZone)
privateZone
- public Boolean isPrivateZone()
public String toString()
toString
in class Object
Object.toString()
public HostedZoneConfig clone()
Copyright © 2018. All rights reserved.