Class FormOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.FormOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FormOutput.Builder,FormOutput>
@Generated("software.amazon.awssdk:codegen") public final class FormOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormOutput.Builder,FormOutput>
The details of a metadata form.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFormOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormOutput.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 FormOutput.Builder>serializableBuilderClass()FormOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeName()The name 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.
-
typeName
public final String typeName()
The name of the metadata form type.
- Returns:
- The name 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 FormOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FormOutput.Builder,FormOutput>
-
builder
public static FormOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends FormOutput.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.
-
-