Amazon.ECS.Model.MerchantItemAttributes.WithTotalSerialPorts C# (CSharp) 메소드

WithTotalSerialPorts() 공개 메소드

Sets the TotalSerialPorts property
public WithTotalSerialPorts ( Decimal totalSerialPorts ) : MerchantItemAttributes
totalSerialPorts Decimal TotalSerialPorts property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTotalSerialPorts(Decimal totalSerialPorts)
        {
            this.totalSerialPortsField = totalSerialPorts;
            return this;
        }
MerchantItemAttributes