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 ValidateStateMachineDefinitionRequest

    • Constructor Detail

      • ValidateStateMachineDefinitionRequest

        public ValidateStateMachineDefinitionRequest()
    • Method Detail

      • setDefinition

        public void setDefinition(String definition)

        The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).

        Parameters:
        definition - The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
      • getDefinition

        public String getDefinition()

        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).
      • withDefinition

        public ValidateStateMachineDefinitionRequest withDefinition(String definition)

        The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).

        Parameters:
        definition - The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The target type of state machine for this definition. The default is STANDARD.

        Parameters:
        type - The target type of state machine for this definition. The default is STANDARD.
        See Also:
        StateMachineType
      • getType

        public String getType()

        The target type of state machine for this definition. The default is STANDARD.

        Returns:
        The target type of state machine for this definition. The default is STANDARD.
        See Also:
        StateMachineType
      • withType

        public ValidateStateMachineDefinitionRequest withType(String type)

        The target type of state machine for this definition. The default is STANDARD.

        Parameters:
        type - The target type of state machine for this definition. The default is STANDARD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StateMachineType
      • withType

        public ValidateStateMachineDefinitionRequest withType(StateMachineType type)

        The target type of state machine for this definition. The default is STANDARD.

        Parameters:
        type - The target type of state machine for this definition. The default is STANDARD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StateMachineType
      • 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 によって変換されたページ (->オリジナル) /