Amazon.ECS.Model.SellerListingSearchResponse.WithOperationRequest C# (CSharp) Method

WithOperationRequest() public method

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : SellerListingSearchResponse
operationRequest OperationRequest OperationRequest property
return SellerListingSearchResponse
        public SellerListingSearchResponse WithOperationRequest(OperationRequest operationRequest)
        {
            this.operationRequestField = operationRequest;
            return this;
        }