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

WithSystemMemorySizeMax() public method

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