|
Did this page help you?Yes No Tell us about it... |
||||||
| 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 | |
|---|---|
boolean |
equals(Object obj)
|
String |
getComment()
An optional comment about your hosted zone. |
int |
hashCode()
|
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 |
|---|
getClass, 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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||