Class CreateFormData
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<CreateFormData.Builder,- CreateFormData> 
Represents all of the information that is required to create a form.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic CreateFormData.Builderbuilder()final FormCTActa()TheFormCTAobject that stores the call to action configuration for the form.final FormDataTypeConfigdataType()The type of data source to use to create the form.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Map<String, FieldConfig> fields()The configuration information for the form's fields.final FormActionTypeSpecifies whether to perform a create or update action on the form.final StringSpecifies whether to perform a create or update action on the form.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the Fields property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the SectionalElements property.final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final LabelDecoratorSpecifies an icon or decoration to display on the form.final StringSpecifies an icon or decoration to display on the form.final Stringname()The name of the form.final StringThe schema version of the form.final Map<String, SectionalElement> The configuration information for the visual helper elements for the form.static Class<? extends CreateFormData.Builder> final FormStylestyle()The configuration for the form's style.tags()One or more key-value pairs to use when tagging the form data.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
name
- 
dataTypeThe type of data source to use to create the form. - Returns:
- The type of data source to use to create the form.
 
- 
formActionTypeSpecifies whether to perform a create or update action on the form. If the service returns an enum value that is not available in the current SDK version, formActionTypewill returnFormActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformActionTypeAsString().- Returns:
- Specifies whether to perform a create or update action on the form.
- See Also:
 
- 
formActionTypeAsStringSpecifies whether to perform a create or update action on the form. If the service returns an enum value that is not available in the current SDK version, formActionTypewill returnFormActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformActionTypeAsString().- Returns:
- Specifies whether to perform a create or update action on the form.
- See Also:
 
- 
hasFieldspublic final boolean hasFields()For responses, this returns true if the service returned a value for the Fields property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
fieldsThe configuration information for the form's fields. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasFields()method.- Returns:
- The configuration information for the form's fields.
 
- 
styleThe configuration for the form's style. - Returns:
- The configuration for the form's style.
 
- 
hasSectionalElementspublic final boolean hasSectionalElements()For responses, this returns true if the service returned a value for the SectionalElements property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
sectionalElementsThe configuration information for the visual helper elements for the form. These elements are not associated with any data. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSectionalElements()method.- Returns:
- The configuration information for the visual helper elements for the form. These elements are not associated with any data.
 
- 
schemaVersionThe schema version of the form. - Returns:
- The schema version of the form.
 
- 
ctaThe FormCTAobject that stores the call to action configuration for the form.- Returns:
- The FormCTAobject that stores the call to action configuration for the form.
 
- 
hasTagspublic final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
tagsOne or more key-value pairs to use when tagging the form data. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags()method.- Returns:
- One or more key-value pairs to use when tagging the form data.
 
- 
labelDecoratorSpecifies an icon or decoration to display on the form. If the service returns an enum value that is not available in the current SDK version, labelDecoratorwill returnLabelDecorator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelDecoratorAsString().- Returns:
- Specifies an icon or decoration to display on the form.
- See Also:
 
- 
labelDecoratorAsStringSpecifies an icon or decoration to display on the form. If the service returns an enum value that is not available in the current SDK version, labelDecoratorwill returnLabelDecorator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelDecoratorAsString().- Returns:
- Specifies an icon or decoration to display on the form.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<CreateFormData.Builder,- CreateFormData> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-