Amazon.ECS.Model.MerchantItemAttributes.WithSystemMemoryType C# (CSharp) Метод

WithSystemMemoryType() публичный Метод

Sets the SystemMemoryType property
public WithSystemMemoryType ( String systemMemoryType ) : MerchantItemAttributes
systemMemoryType String SystemMemoryType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithSystemMemoryType(String systemMemoryType)
        {
            this.systemMemoryTypeField = systemMemoryType;
            return this;
        }
MerchantItemAttributes