Class InputsUpdateResponse

  • All Implemented Interfaces:
    com.azure.core.http.rest.Response<InputInner>

    public final class InputsUpdateResponse
    extends com.azure.core.http.rest.ResponseBase<InputsUpdateHeaders,​InputInner>
    Contains all response data for the update operation.
    • Constructor Detail

      • InputsUpdateResponse

        public InputsUpdateResponse​(com.azure.core.http.HttpRequest request,
                                    int statusCode,
                                    com.azure.core.http.HttpHeaders rawHeaders,
                                    InputInner value,
                                    InputsUpdateHeaders headers)
        Creates an instance of InputsUpdateResponse.
        Parameters:
        request - the request which resulted in this InputsUpdateResponse.
        statusCode - the status code of the HTTP response.
        rawHeaders - the raw headers of the HTTP response.
        value - the deserialized value of the HTTP response.
        headers - the deserialized headers of the HTTP response.
    • Method Detail

      • getValue

        public InputInner getValue()
        Specified by:
        getValue in interface com.azure.core.http.rest.Response<InputInner>
        Overrides:
        getValue in class com.azure.core.http.rest.ResponseBase<InputsUpdateHeaders,​InputInner>
        Returns:
        the deserialized response body.