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

WithTotalUSBPorts() public method

Sets the TotalUSBPorts property
public WithTotalUSBPorts ( Decimal totalUSBPorts ) : ItemAttributes
totalUSBPorts Decimal TotalUSBPorts property
return ItemAttributes
        public ItemAttributes WithTotalUSBPorts(Decimal totalUSBPorts)
        {
            this.totalUSBPortsField = totalUSBPorts;
            return this;
        }
ItemAttributes