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

WithTotalSerialPorts() public method

Sets the TotalSerialPorts property
public WithTotalSerialPorts ( Decimal totalSerialPorts ) : ItemAttributes
totalSerialPorts Decimal TotalSerialPorts property
return ItemAttributes
        public ItemAttributes WithTotalSerialPorts(Decimal totalSerialPorts)
        {
            this.totalSerialPortsField = totalSerialPorts;
            return this;
        }
ItemAttributes