Amazon.ECS.Model.MerchantItemAttributes.WithTotalUSB2Ports C# (CSharp) Méthode

WithTotalUSB2Ports() public méthode

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