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

WithRequest() public method

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