@Generated(value="software.amazon.awssdk:codegen") public final class CreateFormTypeResponse extends DataZoneResponse implements ToCopyableBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFormTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFormTypeResponse.Builder |
builder() |
String |
description()
The description of this Amazon DataZone metadata form type.
|
String |
domainId()
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() |
String |
name()
The name of this Amazon DataZone metadata form type.
|
String |
originDomainId()
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
|
String |
originProjectId()
The ID of the project in which this Amazon DataZone metadata form type was originally created.
|
String |
owningProjectId()
The ID of the project that owns this Amazon DataZone metadata form type.
|
String |
revision()
The revision of this Amazon DataZone metadata form type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFormTypeResponse.Builder> |
serializableBuilderClass() |
CreateFormTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of this Amazon DataZone metadata form type.
public final String domainId()
The ID of the Amazon DataZone domain in which this metadata form type is created.
public final String name()
The name of this Amazon DataZone metadata form type.
public final String originDomainId()
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
public final String originProjectId()
The ID of the project in which this Amazon DataZone metadata form type was originally created.
public final String owningProjectId()
The ID of the project that owns this Amazon DataZone metadata form type.
public final String revision()
The revision of this Amazon DataZone metadata form type.
public CreateFormTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>toBuilder in class AwsResponsepublic static CreateFormTypeResponse.Builder builder()
public static Class<? extends CreateFormTypeResponse.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.