Amazon.ECS.Model.SellerListingSearchRequest.WithSellerId C# (CSharp) Method

WithSellerId() public method

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