Amazon.ECS.Model.ItemAttributes.WithProductGroup C# (CSharp) Méthode

WithProductGroup() public méthode

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : ItemAttributes
productGroup String ProductGroup property
Résultat ItemAttributes
        public ItemAttributes WithProductGroup(String productGroup)
        {
            this.productGroupField = productGroup;
            return this;
        }
ItemAttributes