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

WithProductTypeSubcategory() public méthode

Sets the ProductTypeSubcategory property
public WithProductTypeSubcategory ( String productTypeSubcategory ) : ItemAttributes
productTypeSubcategory String ProductTypeSubcategory property
Résultat ItemAttributes
        public ItemAttributes WithProductTypeSubcategory(String productTypeSubcategory)
        {
            this.productTypeSubcategoryField = productTypeSubcategory;
            return this;
        }
ItemAttributes