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