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 InspectionData

    • Constructor Detail

      • InspectionData

        public InspectionData()
    • Method Detail

      • setInput

        public void setInput(String input)

        The raw state input.

        Parameters:
        input - The raw state input.
      • getInput

        public String getInput()

        The raw state input.

        Returns:
        The raw state input.
      • withInput

        public InspectionData withInput(String input)

        The raw state input.

        Parameters:
        input - The raw state input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAfterInputPath

        public void setAfterInputPath(String afterInputPath)

        The input after Step Functions applies the InputPath filter.

        Parameters:
        afterInputPath - The input after Step Functions applies the InputPath filter.
      • getAfterInputPath

        public String getAfterInputPath()

        The input after Step Functions applies the InputPath filter.

        Returns:
        The input after Step Functions applies the InputPath filter.
      • withAfterInputPath

        public InspectionData withAfterInputPath(String afterInputPath)

        The input after Step Functions applies the InputPath filter.

        Parameters:
        afterInputPath - The input after Step Functions applies the InputPath filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAfterParameters

        public void setAfterParameters(String afterParameters)

        The effective input after Step Functions applies the Parameters filter.

        Parameters:
        afterParameters - The effective input after Step Functions applies the Parameters filter.
      • getAfterParameters

        public String getAfterParameters()

        The effective input after Step Functions applies the Parameters filter.

        Returns:
        The effective input after Step Functions applies the Parameters filter.
      • withAfterParameters

        public InspectionData withAfterParameters(String afterParameters)

        The effective input after Step Functions applies the Parameters filter.

        Parameters:
        afterParameters - The effective input after Step Functions applies the Parameters filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResult

        public void setResult(String result)

        The state's raw result.

        Parameters:
        result - The state's raw result.
      • getResult

        public String getResult()

        The state's raw result.

        Returns:
        The state's raw result.
      • withResult

        public InspectionData withResult(String result)

        The state's raw result.

        Parameters:
        result - The state's raw result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAfterResultSelector

        public void setAfterResultSelector(String afterResultSelector)

        The effective result after Step Functions applies the ResultSelector filter.

        Parameters:
        afterResultSelector - The effective result after Step Functions applies the ResultSelector filter.
      • getAfterResultSelector

        public String getAfterResultSelector()

        The effective result after Step Functions applies the ResultSelector filter.

        Returns:
        The effective result after Step Functions applies the ResultSelector filter.
      • withAfterResultSelector

        public InspectionData withAfterResultSelector(String afterResultSelector)

        The effective result after Step Functions applies the ResultSelector filter.

        Parameters:
        afterResultSelector - The effective result after Step Functions applies the ResultSelector filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAfterResultPath

        public void setAfterResultPath(String afterResultPath)

        The effective result combined with the raw state input after Step Functions applies the ResultPath filter.

        Parameters:
        afterResultPath - The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
      • getAfterResultPath

        public String getAfterResultPath()

        The effective result combined with the raw state input after Step Functions applies the ResultPath filter.

        Returns:
        The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
      • withAfterResultPath

        public InspectionData withAfterResultPath(String afterResultPath)

        The effective result combined with the raw state input after Step Functions applies the ResultPath filter.

        Parameters:
        afterResultPath - The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequest

        public void setRequest(InspectionDataRequest request)

        The raw HTTP request that is sent when you test an HTTP Task.

        Parameters:
        request - The raw HTTP request that is sent when you test an HTTP Task.
      • getRequest

        public InspectionDataRequest getRequest()

        The raw HTTP request that is sent when you test an HTTP Task.

        Returns:
        The raw HTTP request that is sent when you test an HTTP Task.
      • withRequest

        public InspectionData withRequest(InspectionDataRequest request)

        The raw HTTP request that is sent when you test an HTTP Task.

        Parameters:
        request - The raw HTTP request that is sent when you test an HTTP Task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResponse

        public void setResponse(InspectionDataResponse response)

        The raw HTTP response that is returned when you test an HTTP Task.

        Parameters:
        response - The raw HTTP response that is returned when you test an HTTP Task.
      • getResponse

        public InspectionDataResponse getResponse()

        The raw HTTP response that is returned when you test an HTTP Task.

        Returns:
        The raw HTTP response that is returned when you test an HTTP Task.
      • withResponse

        public InspectionData withResponse(InspectionDataResponse response)

        The raw HTTP response that is returned when you test an HTTP Task.

        Parameters:
        response - The raw HTTP response that is returned when you test an HTTP Task.
        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 によって変換されたページ (->オリジナル) /