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

WithSystemMemorySize() 공개 메소드

Sets the SystemMemorySize property
public WithSystemMemorySize ( DecimalWithUnits systemMemorySize ) : MerchantItemAttributes
systemMemorySize DecimalWithUnits SystemMemorySize property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithSystemMemorySize(DecimalWithUnits systemMemorySize)
        {
            this.systemMemorySizeField = systemMemorySize;
            return this;
        }
MerchantItemAttributes