Amazon.ECS.Model.MerchantItemAttributes.WithSystemMemorySizeMax C# (CSharp) 메소드

WithSystemMemorySizeMax() 공개 메소드

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