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