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

WithHazardousMaterialType() public method

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