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