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

WithTotalPCISlotsFree() public method

Sets the TotalPCISlotsFree property
public WithTotalPCISlotsFree ( Decimal totalPCISlotsFree ) : MerchantItemAttributes
totalPCISlotsFree Decimal TotalPCISlotsFree property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalPCISlotsFree(Decimal totalPCISlotsFree)
        {
            this.totalPCISlotsFreeField = totalPCISlotsFree;
            return this;
        }
MerchantItemAttributes