Amazon.ECS.Model.BrowseNode.WithTopSellers C# (CSharp) Method

WithTopSellers() public method

Sets the TopSellers property
public WithTopSellers ( TopSellers topSellers ) : BrowseNode
topSellers TopSellers TopSellers property
return BrowseNode
        public BrowseNode WithTopSellers(TopSellers topSellers)
        {
            this.topSellersField = topSellers;
            return this;
        }