JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class ValidateStateMachineDefinitionResult

    • Constructor Detail

      • ValidateStateMachineDefinitionResult

        public ValidateStateMachineDefinitionResult()
    • Method Detail

      • setResult

        public void setResult(String result)

        The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.

        Parameters:
        result - The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.
        See Also:
        ValidateStateMachineDefinitionResultCode
      • getResult

        public String getResult()

        The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.

        Returns:
        The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.
        See Also:
        ValidateStateMachineDefinitionResultCode
      • withResult

        public ValidateStateMachineDefinitionResult withResult(String result)

        The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.

        Parameters:
        result - The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ValidateStateMachineDefinitionResultCode
      • getDiagnostics

        public List<ValidateStateMachineDefinitionDiagnostic> getDiagnostics()

        If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.

        Returns:
        If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.
      • setDiagnostics

        public void setDiagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics)

        If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.

        Parameters:
        diagnostics - If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.
      • withDiagnostics

        public ValidateStateMachineDefinitionResult withDiagnostics(ValidateStateMachineDefinitionDiagnostic... diagnostics)

        If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.

        NOTE: This method appends the values to the existing list (if any). Use setDiagnostics(java.util.Collection) or withDiagnostics(java.util.Collection) if you want to override the existing values.

        Parameters:
        diagnostics - If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withDiagnostics

        public ValidateStateMachineDefinitionResult withDiagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics)

        If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.

        Parameters:
        diagnostics - If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /