Class UpdateHostedZoneCommentResult
java.lang.Object
com.amazonaws.services.route53.model.UpdateHostedZoneCommentResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing information about the specified hosted zone after the update.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setHostedZone
(HostedZone hostedZone) toString()
Returns a string representation of this object; useful for testing and debugging.withHostedZone
(HostedZone hostedZone)
-
Constructor Details
-
UpdateHostedZoneCommentResult
public UpdateHostedZoneCommentResult()
-
-
Method Details
-
setHostedZone
- Parameters:
hostedZone
-
-
getHostedZone
- Returns:
-
withHostedZone
- Parameters:
hostedZone
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-