Class HostedZoneConfig
java.lang.Object
com.amazonaws.services.route53.model.HostedZoneConfig
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An optional comment about your hosted zone.int
hashCode()
void
setComment
(String comment) An optional comment about your hosted zone.void
setPrivateZone
(Boolean privateZone) toString()
Returns a string representation of this object; useful for testing and debugging.withComment
(String comment) An optional comment about your hosted zone.withPrivateZone
(Boolean privateZone)
-
Constructor Details
-
HostedZoneConfig
public HostedZoneConfig()
-
-
Method Details
-
setComment
An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the
HostedZoneConfig
andComment
elements from the XML document.- Parameters:
comment
- An optional comment about your hosted zone. If you don't want to specify a comment, you can omit theHostedZoneConfig
andComment
elements from the XML document.
-
getComment
An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the
HostedZoneConfig
andComment
elements from the XML document.- Returns:
- An optional comment about your hosted zone. If you don't want to
specify a comment, you can omit the
HostedZoneConfig
andComment
elements from the XML document.
-
withComment
An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the
HostedZoneConfig
andComment
elements from the XML document.- Parameters:
comment
- An optional comment about your hosted zone. If you don't want to specify a comment, you can omit theHostedZoneConfig
andComment
elements from the XML document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPrivateZone
- Parameters:
privateZone
-
-
getPrivateZone
- Returns:
-
withPrivateZone
- Parameters:
privateZone
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPrivateZone
- Returns:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-