Class ValidateStateMachineDefinitionRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ValidateStateMachineDefinitionRequest.Builder,ValidateStateMachineDefinitionRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon States Language definition of the state machine.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of diagnostics that are returned per call.static Class<? extends ValidateStateMachineDefinitionRequest.Builder>severity()Minimum level of diagnostics to return.final StringMinimum level of diagnostics to return.final StringtoString()Returns a string representation of this object.final StateMachineTypetype()The target type of state machine for this definition.final StringThe target type of state machine for this definition.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
definition
The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
- Returns:
- The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
-
type
The target type of state machine for this definition. The default is
STANDARD.If the service returns an enum value that is not available in the current SDK version,
typewill returnStateMachineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The target type of state machine for this definition. The default is
STANDARD. - See Also:
-
typeAsString
The target type of state machine for this definition. The default is
STANDARD.If the service returns an enum value that is not available in the current SDK version,
typewill returnStateMachineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The target type of state machine for this definition. The default is
STANDARD. - See Also:
-
severity
Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.If the service returns an enum value that is not available in the current SDK version,
severitywill returnValidateStateMachineDefinitionSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR. - See Also:
-
severityAsString
Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.If the service returns an enum value that is not available in the current SDK version,
severitywill returnValidateStateMachineDefinitionSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR. - See Also:
-
maxResults
The maximum number of diagnostics that are returned per call. The default and maximum value is 100. Setting the value to 0 will also use the default of 100.
If the number of diagnostics returned in the response exceeds
maxResults, the value of thetruncatedfield in the response will be set totrue.- Returns:
- The maximum number of diagnostics that are returned per call. The default and maximum value is 100.
Setting the value to 0 will also use the default of 100.
If the number of diagnostics returned in the response exceeds
maxResults, the value of thetruncatedfield in the response will be set totrue.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ValidateStateMachineDefinitionRequest.Builder,ValidateStateMachineDefinitionRequest> - Specified by:
toBuilderin classSfnRequest
-
builder
-
serializableBuilderClass
public static Class<? extends ValidateStateMachineDefinitionRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-