Class FlowValidation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowValidation.Builder,FlowValidation>
Contains information about validation of the flow.
This data type is used in the following API operations:
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowValidation.Builderbuilder()final FlowValidationDetailsdetails()Specific details about the validation issue encountered in the flow.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringmessage()A message describing the validation error.static Class<? extends FlowValidation.Builder>final FlowValidationSeverityseverity()The severity of the issue described in the message.final StringThe severity of the issue described in the message.final StringtoString()Returns a string representation of this object.final FlowValidationTypetype()The type of validation issue encountered in the flow.final StringThe type of validation issue encountered in the flow.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
message
A message describing the validation error.
- Returns:
- A message describing the validation error.
-
severity
The severity of the issue described in the message.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnFlowValidationSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- The severity of the issue described in the message.
- See Also:
-
severityAsString
The severity of the issue described in the message.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnFlowValidationSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- The severity of the issue described in the message.
- See Also:
-
details
Specific details about the validation issue encountered in the flow.
- Returns:
- Specific details about the validation issue encountered in the flow.
-
type
The type of validation issue encountered in the flow.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFlowValidationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of validation issue encountered in the flow.
- See Also:
-
typeAsString
The type of validation issue encountered in the flow.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFlowValidationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of validation issue encountered in the flow.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowValidation.Builder,FlowValidation>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-