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