Amazon.ECS.Model.SellerListingSearchResponse.WithOperationRequest C# (CSharp) Метод

WithOperationRequest() публичный Метод

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : SellerListingSearchResponse
operationRequest OperationRequest OperationRequest property
Результат SellerListingSearchResponse
        public SellerListingSearchResponse WithOperationRequest(OperationRequest operationRequest)
        {
            this.operationRequestField = operationRequest;
            return this;
        }