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

WithSystemMemoryType() public méthode

Sets the SystemMemoryType property
public WithSystemMemoryType ( String systemMemoryType ) : MerchantItemAttributes
systemMemoryType String SystemMemoryType property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithSystemMemoryType(String systemMemoryType)
        {
            this.systemMemoryTypeField = systemMemoryType;
            return this;
        }
MerchantItemAttributes