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

WithSubscriptionLength() public method

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