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