Amazon.ECS.Model.MerchantItemAttributes.WithTotalSerialPorts C# (CSharp) Méthode

WithTotalSerialPorts() public méthode

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