|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.HostedZoneConfig
public class HostedZoneConfig
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 Summary | |
|---|---|
HostedZoneConfig()
Default constructor for a new HostedZoneConfig object. |
|
| Method Summary | |
|---|---|
String |
getComment()
An optional comment about your hosted zone. |
void |
setComment(String comment)
An optional comment about your hosted zone. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HostedZoneConfig()
| Method Detail |
|---|
public String getComment()
HostedZoneConfig and
Comment elements from the XML document.
Constraints:
Length: 0 - 256
HostedZoneConfig and
Comment elements from the XML document.public void setComment(String comment)
HostedZoneConfig and
Comment elements from the XML document.
Constraints:
Length: 0 - 256
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 HostedZoneConfig withComment(String comment)
HostedZoneConfig and
Comment elements from the XML document.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
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 toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||