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

WithSubscriptionLength() public méthode

Sets the SubscriptionLength property
public WithSubscriptionLength ( NonNegativeIntegerWithUnits subscriptionLength ) : MerchantItemAttributes
subscriptionLength NonNegativeIntegerWithUnits SubscriptionLength property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithSubscriptionLength(NonNegativeIntegerWithUnits subscriptionLength)
        {
            this.subscriptionLengthField = subscriptionLength;
            return this;
        }
MerchantItemAttributes