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

WithManufacturerLaborWarrantyDescription() public method

Sets the ManufacturerLaborWarrantyDescription property
public WithManufacturerLaborWarrantyDescription ( String manufacturerLaborWarrantyDescription ) : MerchantItemAttributes
manufacturerLaborWarrantyDescription String ManufacturerLaborWarrantyDescription property
return MerchantItemAttributes
        public MerchantItemAttributes WithManufacturerLaborWarrantyDescription(String manufacturerLaborWarrantyDescription)
        {
            this.manufacturerLaborWarrantyDescriptionField = manufacturerLaborWarrantyDescription;
            return this;
        }
MerchantItemAttributes