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

WithSystemMemorySizeMax() public method

Sets the SystemMemorySizeMax property
public WithSystemMemorySizeMax ( DecimalWithUnits systemMemorySizeMax ) : MerchantItemAttributes
systemMemorySizeMax DecimalWithUnits SystemMemorySizeMax property
return MerchantItemAttributes
        public MerchantItemAttributes WithSystemMemorySizeMax(DecimalWithUnits systemMemorySizeMax)
        {
            this.systemMemorySizeMaxField = systemMemorySizeMax;
            return this;
        }
MerchantItemAttributes