@Generated(value="software.amazon.awssdk:codegen") public final class UpdateHostedZoneCommentRequest extends Route53Request implements ToCopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
A request to update the comment for a hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateHostedZoneCommentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateHostedZoneCommentRequest.Builder |
builder() |
String |
comment()
The new comment for the hosted zone.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID for the hosted zone that you want to update the comment for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateHostedZoneCommentRequest.Builder> |
serializableBuilderClass() |
UpdateHostedZoneCommentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID for the hosted zone that you want to update the comment for.
public final 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, Amazon Route
53 deletes the existing value of the Comment element, if any.public UpdateHostedZoneCommentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>toBuilder in class Route53Requestpublic static UpdateHostedZoneCommentRequest.Builder builder()
public static Class<? extends UpdateHostedZoneCommentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.