Class FormInput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.FormInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FormInput.Builder,FormInput>
@Generated("software.amazon.awssdk:codegen") public final class FormInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormInput.Builder,FormInput>
The details of a metadata form.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFormInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormInput.Builderbuilder()Stringcontent()The content of the metadata form.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringformName()The name of the metadata form.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FormInput.Builder>serializableBuilderClass()FormInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeIdentifier()The ID of the metadata form type.StringtypeRevision()The revision of the metadata form type.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
content
public final String content()
The content of the metadata form.
- Returns:
- The content of the metadata form.
-
formName
public final String formName()
The name of the metadata form.
- Returns:
- The name of the metadata form.
-
typeIdentifier
public final String typeIdentifier()
The ID of the metadata form type.
- Returns:
- The ID of the metadata form type.
-
typeRevision
public final String typeRevision()
The revision of the metadata form type.
- Returns:
- The revision of the metadata form type.
-
toBuilder
public FormInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FormInput.Builder,FormInput>
-
builder
public static FormInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends FormInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-