Amazon.ECS.Model.MerchantItemAttributes.WithHazardousMaterialType C# (CSharp) 메소드

WithHazardousMaterialType() 공개 메소드

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