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

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

Sets the TotalUSBPorts property
public WithTotalUSBPorts ( Decimal totalUSBPorts ) : ItemAttributes
totalUSBPorts Decimal TotalUSBPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalUSBPorts(Decimal totalUSBPorts)
        {
            this.totalUSBPortsField = totalUSBPorts;
            return this;
        }
ItemAttributes