Amazon.ECS.Model.MerchantItemAttributes.WithManufacturerLaborWarrantyDescription C# (CSharp) Méthode

WithManufacturerLaborWarrantyDescription() public méthode

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