Amazon.ECS.Model.ItemAttributes.WithProductTypeName C# (CSharp) Method

WithProductTypeName() public method

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