@Generated(value="software.amazon.awssdk:codegen") public final class CreateFormTypeRequest extends DataZoneRequest implements ToCopyableBuilder<CreateFormTypeRequest.Builder,CreateFormTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFormTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFormTypeRequest.Builder |
builder() |
String |
description()
The description of this Amazon DataZone metadata form type.
|
String |
domainIdentifier()
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Model |
model()
The model of this Amazon DataZone metadata form type.
|
String |
name()
The name of this Amazon DataZone metadata form type.
|
String |
owningProjectIdentifier()
The ID of the Amazon DataZone project that owns this metadata form type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFormTypeRequest.Builder> |
serializableBuilderClass() |
FormTypeStatus |
status()
The status of this Amazon DataZone metadata form type.
|
String |
statusAsString()
The status of this Amazon DataZone metadata form type.
|
CreateFormTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of this Amazon DataZone metadata form type.
public final String domainIdentifier()
The ID of the Amazon DataZone domain in which this metadata form type is created.
public final Model model()
The model of this Amazon DataZone metadata form type.
public final String name()
The name of this Amazon DataZone metadata form type.
public final String owningProjectIdentifier()
The ID of the Amazon DataZone project that owns this metadata form type.
public final FormTypeStatus status()
The status of this Amazon DataZone metadata form type.
If the service returns an enum value that is not available in the current SDK version, status will
return FormTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FormTypeStatuspublic final String statusAsString()
The status of this Amazon DataZone metadata form type.
If the service returns an enum value that is not available in the current SDK version, status will
return FormTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FormTypeStatuspublic CreateFormTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFormTypeRequest.Builder,CreateFormTypeRequest>toBuilder in class DataZoneRequestpublic static CreateFormTypeRequest.Builder builder()
public static Class<? extends CreateFormTypeRequest.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.