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()booleanAn optional comment about your hosted zone.inthashCode()voidsetComment(String comment) An optional comment about your hosted zone.voidsetPrivateZone(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
HostedZoneConfigandCommentelements 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 theHostedZoneConfigandCommentelements 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
HostedZoneConfigandCommentelements 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
HostedZoneConfigandCommentelements 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
HostedZoneConfigandCommentelements 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 theHostedZoneConfigandCommentelements 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
-