Amazon.ECS.Model.ItemAttributes.WithTotalNTSCPALPorts C# (CSharp) Method

WithTotalNTSCPALPorts() public method

Sets the TotalNTSCPALPorts property
public WithTotalNTSCPALPorts ( Decimal totalNTSCPALPorts ) : ItemAttributes
totalNTSCPALPorts Decimal TotalNTSCPALPorts property
return ItemAttributes
        public ItemAttributes WithTotalNTSCPALPorts(Decimal totalNTSCPALPorts)
        {
            this.totalNTSCPALPortsField = totalNTSCPALPorts;
            return this;
        }
ItemAttributes