Amazon.ECS.Model.ItemAttributes.WithManufacturerMaximumAge C# (CSharp) Method

WithManufacturerMaximumAge() public method

Sets the ManufacturerMaximumAge property
public WithManufacturerMaximumAge ( DecimalWithUnits manufacturerMaximumAge ) : ItemAttributes
manufacturerMaximumAge DecimalWithUnits ManufacturerMaximumAge property
return ItemAttributes
        public ItemAttributes WithManufacturerMaximumAge(DecimalWithUnits manufacturerMaximumAge)
        {
            this.manufacturerMaximumAgeField = manufacturerMaximumAge;
            return this;
        }
ItemAttributes