@Generated(value="software.amazon.awssdk:codegen") public final class GetGlossaryTermResponse extends DataZoneResponse implements ToCopyableBuilder<GetGlossaryTermResponse.Builder,GetGlossaryTermResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetGlossaryTermResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetGlossaryTermResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the business glossary term was created.
|
String |
createdBy()
The Amazon DataZone user who created the business glossary.
|
String |
domainId()
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
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 to which this term belongs.
|
int |
hashCode() |
String |
id()
The ID of the business glossary term.
|
String |
longDescription()
The long description of the business glossary term.
|
String |
name()
The name of the business glossary term.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGlossaryTermResponse.Builder> |
serializableBuilderClass() |
String |
shortDescription()
The short decription of the business glossary term.
|
GlossaryTermStatus |
status()
The status of the business glossary term.
|
String |
statusAsString()
The status of the business glossary term.
|
TermRelations |
termRelations()
The relations of the business glossary term.
|
GetGlossaryTermResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the business glossary term was updated.
|
String |
updatedBy()
The Amazon DataZone user who updated the business glossary term.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the business glossary term was created.
public final String createdBy()
The Amazon DataZone user who created the business glossary.
public final String domainId()
The ID of the Amazon DataZone domain in which this business glossary term exists.
public final String glossaryId()
The ID of the business glossary to which this term belongs.
public final String id()
The ID of the business glossary term.
public final String longDescription()
The long description of the business glossary term.
public final String name()
The name of the business glossary term.
public final String shortDescription()
The short decription of the business glossary term.
public final GlossaryTermStatus status()
The status of the 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 the 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 relations of the business glossary term.
public final Instant updatedAt()
The timestamp of when the business glossary term was updated.
public final String updatedBy()
The Amazon DataZone user who updated the business glossary term.
public GetGlossaryTermResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGlossaryTermResponse.Builder,GetGlossaryTermResponse>toBuilder in class AwsResponsepublic static GetGlossaryTermResponse.Builder builder()
public static Class<? extends GetGlossaryTermResponse.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.