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

WithTotalSVideoOutPorts() 공개 메소드

Sets the TotalSVideoOutPorts property
public WithTotalSVideoOutPorts ( Decimal totalSVideoOutPorts ) : MerchantItemAttributes
totalSVideoOutPorts Decimal TotalSVideoOutPorts property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTotalSVideoOutPorts(Decimal totalSVideoOutPorts)
        {
            this.totalSVideoOutPortsField = totalSVideoOutPorts;
            return this;
        }
MerchantItemAttributes