public class UpdateHostedZoneCommentResult extends Object implements Serializable
A complex type containing information about the specified hosted zone after the update.
| Constructor and Description |
|---|
UpdateHostedZoneCommentResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HostedZone |
getHostedZone()
A complex type that contain information about the specified hosted
zone.
|
int |
hashCode() |
void |
setHostedZone(HostedZone hostedZone)
A complex type that contain information about the specified hosted
zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateHostedZoneCommentResult |
withHostedZone(HostedZone hostedZone)
A complex type that contain information about the specified hosted
zone.
|
public HostedZone getHostedZone()
public void setHostedZone(HostedZone hostedZone)
hostedZone - A complex type that contain information about the specified hosted
zone.public UpdateHostedZoneCommentResult withHostedZone(HostedZone hostedZone)
Returns a reference to this object so that method calls can be chained together.
hostedZone - A complex type that contain information about the specified hosted
zone.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.