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