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

WithTotalParallelPorts() public method

Sets the TotalParallelPorts property
public WithTotalParallelPorts ( Decimal totalParallelPorts ) : MerchantItemAttributes
totalParallelPorts Decimal TotalParallelPorts property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalParallelPorts(Decimal totalParallelPorts)
        {
            this.totalParallelPortsField = totalParallelPorts;
            return this;
        }
MerchantItemAttributes