@Generated(value="software.amazon.awssdk:codegen") public final class CreateGlossaryRequest extends DataZoneRequest implements ToCopyableBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGlossaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGlossaryRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
description()
The description of this business glossary.
|
String |
domainIdentifier()
The ID of the Amazon DataZone domain in which this business glossary is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of this business glossary.
|
String |
owningProjectIdentifier()
The ID of the project that currently owns business glossary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGlossaryRequest.Builder> |
serializableBuilderClass() |
GlossaryStatus |
status()
The status of this business glossary.
|
String |
statusAsString()
The status of this business glossary.
|
CreateGlossaryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public final String description()
The description of this business glossary.
public final String domainIdentifier()
The ID of the Amazon DataZone domain in which this business glossary is created.
public final String name()
The name of this business glossary.
public final String owningProjectIdentifier()
The ID of the project that currently owns business glossary.
public final GlossaryStatus status()
The status of this 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 this 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 CreateGlossaryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>toBuilder in class DataZoneRequestpublic static CreateGlossaryRequest.Builder builder()
public static Class<? extends CreateGlossaryRequest.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.