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