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

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

Sets the TotalUSB2Ports property
public WithTotalUSB2Ports ( Decimal totalUSB2Ports ) : ItemAttributes
totalUSB2Ports Decimal TotalUSB2Ports property
Результат ItemAttributes
        public ItemAttributes WithTotalUSB2Ports(Decimal totalUSB2Ports)
        {
            this.totalUSB2PortsField = totalUSB2Ports;
            return this;
        }
ItemAttributes