@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGlossaryRequest extends DataZoneRequest implements ToCopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGlossaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
description()
The description to be updated as part of the
UpdateGlossary action. |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The identifier of the business glossary to be updated.
|
String |
name()
The name to be updated as part of the
UpdateGlossary action. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGlossaryRequest.Builder> |
serializableBuilderClass() |
GlossaryStatus |
status()
The status to be updated as part of the
UpdateGlossary action. |
String |
statusAsString()
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public final String description()
The description to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public final String domainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
public final String identifier()
The identifier of the business glossary to be updated.
public final String name()
The name to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public final GlossaryStatus status()
The status to be updated as part of the UpdateGlossary action.
If the service returns an enum value that is not available in the current SDK version, status will
return GlossaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateGlossary action.GlossaryStatuspublic final String statusAsString()
The status to be updated as part of the UpdateGlossary action.
If the service returns an enum value that is not available in the current SDK version, status will
return GlossaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateGlossary action.GlossaryStatuspublic UpdateGlossaryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>toBuilder in class DataZoneRequestpublic static UpdateGlossaryRequest.Builder builder()
public static Class<? extends UpdateGlossaryRequest.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 © 2023. All rights reserved.