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

WithTotalUSB2Ports() 공개 메소드

Sets the TotalUSB2Ports property
public WithTotalUSB2Ports ( Decimal totalUSB2Ports ) : MerchantItemAttributes
totalUSB2Ports Decimal TotalUSB2Ports property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTotalUSB2Ports(Decimal totalUSB2Ports)
        {
            this.totalUSB2PortsField = totalUSB2Ports;
            return this;
        }
MerchantItemAttributes