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

WithTotalPCCardSlots() public méthode

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