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

WithManufacturerMaximumAge() public method

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