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

WithHazardousMaterialType() public method

Sets the HazardousMaterialType property
public WithHazardousMaterialType ( String hazardousMaterialType ) : ItemAttributes
hazardousMaterialType String HazardousMaterialType property
return ItemAttributes
        public ItemAttributes WithHazardousMaterialType(String hazardousMaterialType)
        {
            this.hazardousMaterialTypeField = hazardousMaterialType;
            return this;
        }
ItemAttributes