@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGlossaryTermRequest extends DataZoneRequest implements ToCopyableBuilder<UpdateGlossaryTermRequest.Builder,UpdateGlossaryTermRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGlossaryTermRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryTermRequest.Builder |
builder() |
String |
domainIdentifier()
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 |
glossaryIdentifier()
The identifier of the business glossary in which a term is to be updated.
|
int |
hashCode() |
String |
identifier()
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 UpdateGlossaryTermRequest.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. |
UpdateGlossaryTermRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
public final String glossaryIdentifier()
The identifier of the business glossary in which a term is to be updated.
public final String identifier()
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 UpdateGlossaryTermRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGlossaryTermRequest.Builder,UpdateGlossaryTermRequest>toBuilder in class DataZoneRequestpublic static UpdateGlossaryTermRequest.Builder builder()
public static Class<? extends UpdateGlossaryTermRequest.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.