@Generated(value="software.amazon.awssdk:codegen") public final class GetGlossaryResponse extends DataZoneResponse implements ToCopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetGlossaryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetGlossaryResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp of when this business glossary was created.
|
String |
createdBy()
The Amazon DataZone user who created this business glossary.
|
String |
description()
The description of the business glossary.
|
String |
domainId()
The ID of the Amazon DataZone domain in which this business glossary exists.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the business glossary.
|
String |
name()
The name of the business glossary.
|
String |
owningProjectId()
The ID of the project that owns this business glossary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGlossaryResponse.Builder> |
serializableBuilderClass() |
GlossaryStatus |
status()
The status of the business glossary.
|
String |
statusAsString()
The status of the business glossary.
|
GetGlossaryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the business glossary was updated.
|
String |
updatedBy()
The Amazon DataZone user who updated the business glossary.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when this business glossary was created.
public final String createdBy()
The Amazon DataZone user who created this business glossary.
public final String description()
The description of the business glossary.
public final String domainId()
The ID of the Amazon DataZone domain in which this business glossary exists.
public final String id()
The ID of the business glossary.
public final String name()
The name of the business glossary.
public final String owningProjectId()
The ID of the project that owns this business glossary.
public final GlossaryStatus status()
The status of the business glossary.
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().
GlossaryStatuspublic final String statusAsString()
The status of the business glossary.
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().
GlossaryStatuspublic final Instant updatedAt()
The timestamp of when the business glossary was updated.
public final String updatedBy()
The Amazon DataZone user who updated the business glossary.
public GetGlossaryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>toBuilder in class AwsResponsepublic static GetGlossaryResponse.Builder builder()
public static Class<? extends GetGlossaryResponse.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.