Amazon.ECS.Model.SellerListingLookup.WithRequest C# (CSharp) Метод

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

Sets the Request property
public WithRequest ( ) : SellerListingLookup
Результат SellerListingLookup
        public SellerListingLookup WithRequest(params SellerListingLookupRequest[] list)
        {
            foreach (SellerListingLookupRequest item in list)
            {
                Request.Add(item);
            }
            return this;
        }