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

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

Sets the TotalSerialPorts property
public WithTotalSerialPorts ( Decimal totalSerialPorts ) : ItemAttributes
totalSerialPorts Decimal TotalSerialPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalSerialPorts(Decimal totalSerialPorts)
        {
            this.totalSerialPortsField = totalSerialPorts;
            return this;
        }
ItemAttributes