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

WithSubscriptionLength() public method

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