Class BackendsCreateOrUpdateResponse
- java.lang.Object
-
- com.azure.core.http.rest.ResponseBase<BackendsCreateOrUpdateHeaders,BackendContractInner>
-
- com.azure.resourcemanager.apimanagement.models.BackendsCreateOrUpdateResponse
-
- All Implemented Interfaces:
com.azure.core.http.rest.Response<BackendContractInner>
public final class BackendsCreateOrUpdateResponse extends com.azure.core.http.rest.ResponseBase<BackendsCreateOrUpdateHeaders,BackendContractInner>
Contains all response data for the createOrUpdate operation.
-
-
Constructor Summary
Constructors Constructor Description BackendsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, BackendsCreateOrUpdateHeaders headers)
Creates an instance of BackendsCreateOrUpdateResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendContractInner
getValue()
-
-
-
Constructor Detail
-
BackendsCreateOrUpdateResponse
public BackendsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, BackendContractInner value, BackendsCreateOrUpdateHeaders headers)
Creates an instance of BackendsCreateOrUpdateResponse.- Parameters:
request
- the request which resulted in this BackendsCreateOrUpdateResponse.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 BackendContractInner getValue()
- Specified by:
getValue
in interfacecom.azure.core.http.rest.Response<BackendContractInner>
- Overrides:
getValue
in classcom.azure.core.http.rest.ResponseBase<BackendsCreateOrUpdateHeaders,BackendContractInner>
- Returns:
- the deserialized response body.
-
-