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

WithMemorySlotsAvailable() 공개 메소드

Sets the MemorySlotsAvailable property
public WithMemorySlotsAvailable ( Decimal memorySlotsAvailable ) : MerchantItemAttributes
memorySlotsAvailable Decimal MemorySlotsAvailable property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithMemorySlotsAvailable(Decimal memorySlotsAvailable)
        {
            this.memorySlotsAvailableField = memorySlotsAvailable;
            return this;
        }
MerchantItemAttributes