@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHostedZoneCommentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to the UpdateHostedZoneComment request.
| Constructor and Description |
|---|
UpdateHostedZoneCommentResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostedZoneCommentResult |
clone() |
boolean |
equals(Object obj) |
HostedZone |
getHostedZone()
A complex type that contains the response to the
UpdateHostedZoneComment request. |
int |
hashCode() |
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
String |
toString()
Returns a string representation of this object.
|
UpdateHostedZoneCommentResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHostedZone(HostedZone hostedZone)
A complex type that contains the response to the UpdateHostedZoneComment request.
hostedZone - A complex type that contains the response to the UpdateHostedZoneComment request.public HostedZone getHostedZone()
A complex type that contains the response to the UpdateHostedZoneComment request.
UpdateHostedZoneComment request.public UpdateHostedZoneCommentResult withHostedZone(HostedZone hostedZone)
A complex type that contains the response to the UpdateHostedZoneComment request.
hostedZone - A complex type that contains the response to the UpdateHostedZoneComment request.public String toString()
toString in class ObjectObject.toString()public UpdateHostedZoneCommentResult clone()