@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGlossaryTermResponse extends DataZoneResponse implements ToCopyableBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGlossaryTermResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryTermResponse.Builder |
builder() |
String |
domainId()
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
glossaryId()
The identifier of the business glossary in which a term is to be updated.
|
int |
hashCode() |
String |
id()
The identifier of the business glossary term that is to be updated.
|
String |
longDescription()
The long description to be updated as part of the
UpdateGlossaryTerm action. |
String |
name()
The name to be updated as part of the
UpdateGlossaryTerm action. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGlossaryTermResponse.Builder> |
serializableBuilderClass() |
String |
shortDescription()
The short description to be updated as part of the
UpdateGlossaryTerm action. |
GlossaryTermStatus |
status()
The status to be updated as part of the
UpdateGlossaryTerm action. |
String |
statusAsString()
The status to be updated as part of the
UpdateGlossaryTerm action. |
TermRelations |
termRelations()
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
public final String glossaryId()
The identifier of the business glossary in which a term is to be updated.
public final String id()
The identifier of the business glossary term that is to be updated.
public final String longDescription()
The long description to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public final String name()
The name to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public final String shortDescription()
The short description to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public final GlossaryTermStatus status()
The status to be updated as part of the UpdateGlossaryTerm action.
If the service returns an enum value that is not available in the current SDK version, status will
return GlossaryTermStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateGlossaryTerm action.GlossaryTermStatuspublic final String statusAsString()
The status to be updated as part of the UpdateGlossaryTerm action.
If the service returns an enum value that is not available in the current SDK version, status will
return GlossaryTermStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateGlossaryTerm action.GlossaryTermStatuspublic final TermRelations termRelations()
The term relations to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public UpdateGlossaryTermResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>toBuilder in class AwsResponsepublic static UpdateGlossaryTermResponse.Builder builder()
public static Class<? extends UpdateGlossaryTermResponse.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.