Amazon.ECS.Model.MerchantItemAttributes.WithTotalUSBPorts C# (CSharp) Метод

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

Sets the TotalUSBPorts property
public WithTotalUSBPorts ( Decimal totalUSBPorts ) : MerchantItemAttributes
totalUSBPorts Decimal TotalUSBPorts property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithTotalUSBPorts(Decimal totalUSBPorts)
        {
            this.totalUSBPortsField = totalUSBPorts;
            return this;
        }
MerchantItemAttributes