Amazon.ECS.Model.SellerLookupRequest.WithSellerId C# (CSharp) Метод

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

Sets the SellerId property
public WithSellerId ( ) : SellerLookupRequest
Результат SellerLookupRequest
        public SellerLookupRequest WithSellerId(params String[] list)
        {
            foreach (String item in list)
            {
                SellerId.Add(item);
            }
            return this;
        }