Amazon.ECS.Model.ItemAttributes.WithProductTypeName C# (CSharp) 메소드

WithProductTypeName() 공개 메소드

Sets the ProductTypeName property
public WithProductTypeName ( String productTypeName ) : ItemAttributes
productTypeName String ProductTypeName property
리턴 ItemAttributes
        public ItemAttributes WithProductTypeName(String productTypeName)
        {
            this.productTypeNameField = productTypeName;
            return this;
        }
ItemAttributes