Amazon.ECS.Model.SellerListingSearchRequest.WithSellerId C# (CSharp) Méthode

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
Résultat SellerListingSearchRequest
        public SellerListingSearchRequest WithSellerId(String sellerId)
        {
            this.sellerIdField = sellerId;
            return this;
        }