Amazon.ECS.Model.MerchantItemAttributes.WithMemorySlotsAvailable C# (CSharp) Method

WithMemorySlotsAvailable() public method

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