Amazon.ECS.Model.ItemAttributes.WithTotalPCISlotsFree C# (CSharp) Метод

WithTotalPCISlotsFree() публичный Метод

Sets the TotalPCISlotsFree property
public WithTotalPCISlotsFree ( Decimal totalPCISlotsFree ) : ItemAttributes
totalPCISlotsFree Decimal TotalPCISlotsFree property
Результат ItemAttributes
        public ItemAttributes WithTotalPCISlotsFree(Decimal totalPCISlotsFree)
        {
            this.totalPCISlotsFreeField = totalPCISlotsFree;
            return this;
        }
ItemAttributes