Amazon.ECS.Model.BrowseNode.WithTopSellers C# (CSharp) Méthode

WithTopSellers() public méthode

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