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

WithSubscriptionLength() 공개 메소드

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