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

WithTotalVGAOutPorts() public method

Sets the TotalVGAOutPorts property
public WithTotalVGAOutPorts ( Decimal totalVGAOutPorts ) : MerchantItemAttributes
totalVGAOutPorts Decimal TotalVGAOutPorts property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalVGAOutPorts(Decimal totalVGAOutPorts)
        {
            this.totalVGAOutPortsField = totalVGAOutPorts;
            return this;
        }
MerchantItemAttributes