Amazon.ECS.Model.ItemAttributes.WithHazardousMaterialType C# (CSharp) Méthode

WithHazardousMaterialType() public méthode

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