public class HostedZoneConfig
extends java.lang.Object
implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
HostedZoneConfig()
Default constructor for a new HostedZoneConfig object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment()
An optional comment about your hosted zone.
|
int |
hashCode() |
void |
setComment(java.lang.String comment)
An optional comment about your hosted zone.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HostedZoneConfig |
withComment(java.lang.String comment)
An optional comment about your hosted zone.
|
public HostedZoneConfig()
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object