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

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

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