Class FormEntryOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.FormEntryOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>
@Generated("software.amazon.awssdk:codegen") public final class FormEntryOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>
The details of the form entry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFormEntryOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormEntryOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanrequired()Specifies whether a form entry is required.List<SdkField<?>>sdkFields()static Class<? extends FormEntryOutput.Builder>serializableBuilderClass()FormEntryOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeName()The name of the type of the form entry.StringtypeRevision()The type revision of the form entry.-
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
-
required
public final Boolean required()
Specifies whether a form entry is required.
- Returns:
- Specifies whether a form entry is required.
-
typeName
public final String typeName()
The name of the type of the form entry.
- Returns:
- The name of the type of the form entry.
-
typeRevision
public final String typeRevision()
The type revision of the form entry.
- Returns:
- The type revision of the form entry.
-
toBuilder
public FormEntryOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>
-
builder
public static FormEntryOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends FormEntryOutput.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.
-
-