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

WithTotalPCCardSlots() public method

Sets the TotalPCCardSlots property
public WithTotalPCCardSlots ( Decimal totalPCCardSlots ) : MerchantItemAttributes
totalPCCardSlots Decimal TotalPCCardSlots property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalPCCardSlots(Decimal totalPCCardSlots)
        {
            this.totalPCCardSlotsField = totalPCCardSlots;
            return this;
        }
MerchantItemAttributes