@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGlossaryResponse extends DataZoneResponse implements ToCopyableBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGlossaryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryResponse.Builder |
builder() |
String |
description()
The description to be updated as part of the
UpdateGlossary action. |
String |
domainId()
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 |
id()
The identifier of the business glossary that is to be updated.
|
String |
name()
The name to be updated as part of the
UpdateGlossary action. |
String |
owningProjectId()
The identifier of the project in which to update a business glossary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGlossaryResponse.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. |
UpdateGlossaryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public final String domainId()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
public final String id()
The identifier of the business glossary that is to be updated.
public final String name()
The name to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public final String owningProjectId()
The identifier of the project in which to update a business glossary.
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 UpdateGlossaryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>toBuilder in class AwsResponsepublic static UpdateGlossaryResponse.Builder builder()
public static Class<? extends UpdateGlossaryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.