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