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 InspectionDataResponse

    • Constructor Detail

      • InspectionDataResponse

        public InspectionDataResponse()
    • Method Detail

      • setProtocol

        public void setProtocol(String protocol)

        The protocol used to return the HTTP response.

        Parameters:
        protocol - The protocol used to return the HTTP response.
      • getProtocol

        public String getProtocol()

        The protocol used to return the HTTP response.

        Returns:
        The protocol used to return the HTTP response.
      • withProtocol

        public InspectionDataResponse withProtocol(String protocol)

        The protocol used to return the HTTP response.

        Parameters:
        protocol - The protocol used to return the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatusCode

        public void setStatusCode(String statusCode)

        The HTTP response status code for the HTTP response.

        Parameters:
        statusCode - The HTTP response status code for the HTTP response.
      • getStatusCode

        public String getStatusCode()

        The HTTP response status code for the HTTP response.

        Returns:
        The HTTP response status code for the HTTP response.
      • withStatusCode

        public InspectionDataResponse withStatusCode(String statusCode)

        The HTTP response status code for the HTTP response.

        Parameters:
        statusCode - The HTTP response status code for the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        The message associated with the HTTP status code.

        Parameters:
        statusMessage - The message associated with the HTTP status code.
      • getStatusMessage

        public String getStatusMessage()

        The message associated with the HTTP status code.

        Returns:
        The message associated with the HTTP status code.
      • withStatusMessage

        public InspectionDataResponse withStatusMessage(String statusMessage)

        The message associated with the HTTP status code.

        Parameters:
        statusMessage - The message associated with the HTTP status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHeaders

        public void setHeaders(String headers)

        The response headers associated with the HTTP response.

        Parameters:
        headers - The response headers associated with the HTTP response.
      • getHeaders

        public String getHeaders()

        The response headers associated with the HTTP response.

        Returns:
        The response headers associated with the HTTP response.
      • withHeaders

        public InspectionDataResponse withHeaders(String headers)

        The response headers associated with the HTTP response.

        Parameters:
        headers - The response headers associated with the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBody

        public void setBody(String body)

        The HTTP response returned.

        Parameters:
        body - The HTTP response returned.
      • getBody

        public String getBody()

        The HTTP response returned.

        Returns:
        The HTTP response returned.
      • withBody

        public InspectionDataResponse withBody(String body)

        The HTTP response returned.

        Parameters:
        body - The HTTP response returned.
        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 によって変換されたページ (->オリジナル) /