Amazon.ECS.Model.SellerListingLookup.WithRequest C# (CSharp) Method

WithRequest() public method

Sets the Request property
public WithRequest ( ) : SellerListingLookup
return SellerListingLookup
        public SellerListingLookup WithRequest(params SellerListingLookupRequest[] list)
        {
            foreach (SellerListingLookupRequest item in list)
            {
                Request.Add(item);
            }
            return this;
        }