@Generated(value="software.amazon.awssdk:codegen") public final class CreateGlossaryTermResponse extends DataZoneResponse implements ToCopyableBuilder<CreateGlossaryTermResponse.Builder,CreateGlossaryTermResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGlossaryTermResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGlossaryTermResponse.Builder |
builder() |
String |
domainId()
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
glossaryId()
The ID of the business glossary in which this term is created.
|
int |
hashCode() |
String |
id()
The ID of this business glossary term.
|
String |
longDescription()
The long description of this business glossary term.
|
String |
name()
The name of this business glossary term.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGlossaryTermResponse.Builder> |
serializableBuilderClass() |
String |
shortDescription()
The short description of this business glossary term.
|
GlossaryTermStatus |
status()
The status of this business glossary term.
|
String |
statusAsString()
The status of this business glossary term.
|
TermRelations |
termRelations()
The term relations of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The ID of the Amazon DataZone domain in which this business glossary term is created.
public final String glossaryId()
The ID of the business glossary in which this term is created.
public final String id()
The ID of this business glossary term.
public final String longDescription()
The long description of this business glossary term.
public final String name()
The name of this business glossary term.
public final String shortDescription()
The short description of this business glossary term.
public final GlossaryTermStatus status()
The status of this business glossary term.
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().
GlossaryTermStatuspublic final String statusAsString()
The status of this business glossary term.
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().
GlossaryTermStatuspublic final TermRelations termRelations()
The term relations of this business glossary term.
public CreateGlossaryTermResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGlossaryTermResponse.Builder,CreateGlossaryTermResponse>toBuilder in class AwsResponsepublic static CreateGlossaryTermResponse.Builder builder()
public static Class<? extends CreateGlossaryTermResponse.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.