public class UpdateHostedZoneCommentResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified hosted zone after the update.
| Constructor and Description |
|---|
UpdateHostedZoneCommentResult() |
| Modifier and Type | Method and 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) |
public void setHostedZone(HostedZone hostedZone)
hostedZone - public HostedZone getHostedZone()
public UpdateHostedZoneCommentResult withHostedZone(HostedZone hostedZone)
hostedZone - public String toString()
toString in class ObjectObject.toString()public UpdateHostedZoneCommentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.