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

WithTotalPCISlotsFree() public method

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