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

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

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
Результат SellerListingSearchRequest
        public SellerListingSearchRequest WithSellerId(String sellerId)
        {
            this.sellerIdField = sellerId;
            return this;
        }