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

WithMaterialType() public method

Sets the MaterialType property
public WithMaterialType ( String materialType ) : ItemAttributes
materialType String MaterialType property
return ItemAttributes
        public ItemAttributes WithMaterialType(String materialType)
        {
            this.materialTypeField = materialType;
            return this;
        }
ItemAttributes