@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() |
int |
hashCode() |
void |
setHostedZone(HostedZone hostedZone) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateHostedZoneCommentResult |
withHostedZone(HostedZone hostedZone) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHostedZone(HostedZone hostedZone)
hostedZone
- public HostedZone getHostedZone()
public UpdateHostedZoneCommentResult withHostedZone(HostedZone hostedZone)
hostedZone
- public String toString()
toString
in class Object
Object.toString()
public UpdateHostedZoneCommentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.