Amazon.ECS.Model.MerchantItemAttributes.WithSystemMemorySize C# (CSharp) Méthode

WithSystemMemorySize() public méthode

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