Amazon.ECS.Model.ItemAttributes.WithProductTypeSubcategory C# (CSharp) Метод

WithProductTypeSubcategory() публичный Метод

Sets the ProductTypeSubcategory property
public WithProductTypeSubcategory ( String productTypeSubcategory ) : ItemAttributes
productTypeSubcategory String ProductTypeSubcategory property
Результат ItemAttributes
        public ItemAttributes WithProductTypeSubcategory(String productTypeSubcategory)
        {
            this.productTypeSubcategoryField = productTypeSubcategory;
            return this;
        }
ItemAttributes