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

WithManufacturerLaborWarrantyDescription() 공개 메소드

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