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