public class UpdateHostedZoneCommentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains the hosted zone request information.
NOOP| Constructor and Description |
|---|
UpdateHostedZoneCommentRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostedZoneCommentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
The new comment for the hosted zone.
|
String |
getId()
The ID for the hosted zone for which you want to update the comment.
|
int |
hashCode() |
void |
setComment(String comment)
The new comment for the hosted zone.
|
void |
setId(String id)
The ID for the hosted zone for which you want to update the comment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateHostedZoneCommentRequest |
withComment(String comment)
The new comment for the hosted zone.
|
UpdateHostedZoneCommentRequest |
withId(String id)
The ID for the hosted zone for which you want to update the comment.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setId(String id)
The ID for the hosted zone for which you want to update the comment.
id - The ID for the hosted zone for which you want to update the comment.public String getId()
The ID for the hosted zone for which you want to update the comment.
public UpdateHostedZoneCommentRequest withId(String id)
The ID for the hosted zone for which you want to update the comment.
id - The ID for the hosted zone for which you want to update the comment.public void setComment(String comment)
The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53
deletes the existing value of the Comment element, if any.
comment - The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route
53 deletes the existing value of the Comment element, if any.public String getComment()
The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53
deletes the existing value of the Comment element, if any.
Comment, Amazon Route
53 deletes the existing value of the Comment element, if any.public UpdateHostedZoneCommentRequest withComment(String comment)
The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53
deletes the existing value of the Comment element, if any.
comment - The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route
53 deletes the existing value of the Comment element, if any.public String toString()
toString in class ObjectObject.toString()public UpdateHostedZoneCommentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.