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 InspectionDataRequest

    • Constructor Detail

      • InspectionDataRequest

        public InspectionDataRequest()
    • Method Detail

      • setProtocol

        public void setProtocol(String protocol)

        The protocol used to make the HTTP request.

        Parameters:
        protocol - The protocol used to make the HTTP request.
      • getProtocol

        public String getProtocol()

        The protocol used to make the HTTP request.

        Returns:
        The protocol used to make the HTTP request.
      • withProtocol

        public InspectionDataRequest withProtocol(String protocol)

        The protocol used to make the HTTP request.

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

        public void setMethod(String method)

        The HTTP method used for the HTTP request.

        Parameters:
        method - The HTTP method used for the HTTP request.
      • getMethod

        public String getMethod()

        The HTTP method used for the HTTP request.

        Returns:
        The HTTP method used for the HTTP request.
      • withMethod

        public InspectionDataRequest withMethod(String method)

        The HTTP method used for the HTTP request.

        Parameters:
        method - The HTTP method used for the HTTP request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUrl

        public void setUrl(String url)

        The API endpoint used for the HTTP request.

        Parameters:
        url - The API endpoint used for the HTTP request.
      • getUrl

        public String getUrl()

        The API endpoint used for the HTTP request.

        Returns:
        The API endpoint used for the HTTP request.
      • withUrl

        public InspectionDataRequest withUrl(String url)

        The API endpoint used for the HTTP request.

        Parameters:
        url - The API endpoint used for the HTTP request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHeaders

        public void setHeaders(String headers)

        The request headers associated with the HTTP request.

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

        public String getHeaders()

        The request headers associated with the HTTP request.

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

        public InspectionDataRequest withHeaders(String headers)

        The request headers associated with the HTTP request.

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

        public void setBody(String body)

        The request body for the HTTP request.

        Parameters:
        body - The request body for the HTTP request.
      • getBody

        public String getBody()

        The request body for the HTTP request.

        Returns:
        The request body for the HTTP request.
      • withBody

        public InspectionDataRequest withBody(String body)

        The request body for the HTTP request.

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