public class UpdateHostedZoneCommentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to update a hosted zone comment.
NOOP
Constructor and Description |
---|
UpdateHostedZoneCommentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateHostedZoneCommentRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getComment()
A comment about your hosted zone.
|
String |
getId()
The ID of the hosted zone you want to update.
|
int |
hashCode() |
void |
setComment(String comment)
A comment about your hosted zone.
|
void |
setId(String id)
The ID of the hosted zone you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateHostedZoneCommentRequest |
withComment(String comment)
A comment about your hosted zone.
|
UpdateHostedZoneCommentRequest |
withId(String id)
The ID of the hosted zone you want to update.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The ID of the hosted zone you want to update.
id
- The ID of the hosted zone you want to update.public String getId()
The ID of the hosted zone you want to update.
public UpdateHostedZoneCommentRequest withId(String id)
The ID of the hosted zone you want to update.
id
- The ID of the hosted zone you want to update.public void setComment(String comment)
A comment about your hosted zone.
comment
- A comment about your hosted zone.public String getComment()
A comment about your hosted zone.
public UpdateHostedZoneCommentRequest withComment(String comment)
A comment about your hosted zone.
comment
- A comment about your hosted zone.public String toString()
toString
in class Object
Object.toString()
public UpdateHostedZoneCommentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.