Amazon.ECS.Model.ItemAttributes.WithManufacturerPartsWarrantyDescription C# (CSharp) Метод

WithManufacturerPartsWarrantyDescription() публичный Метод

Sets the ManufacturerPartsWarrantyDescription property
public WithManufacturerPartsWarrantyDescription ( String manufacturerPartsWarrantyDescription ) : ItemAttributes
manufacturerPartsWarrantyDescription String ManufacturerPartsWarrantyDescription property
Результат ItemAttributes
        public ItemAttributes WithManufacturerPartsWarrantyDescription(String manufacturerPartsWarrantyDescription)
        {
            this.manufacturerPartsWarrantyDescriptionField = manufacturerPartsWarrantyDescription;
            return this;
        }
ItemAttributes