Amazon.ECS.Model.ItemAttributes.WithHazardousMaterialType C# (CSharp) Метод

WithHazardousMaterialType() публичный Метод

Sets the HazardousMaterialType property
public WithHazardousMaterialType ( String hazardousMaterialType ) : ItemAttributes
hazardousMaterialType String HazardousMaterialType property
Результат ItemAttributes
        public ItemAttributes WithHazardousMaterialType(String hazardousMaterialType)
        {
            this.hazardousMaterialTypeField = hazardousMaterialType;
            return this;
        }
ItemAttributes