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

WithTotalUSBPorts() public method

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