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

WithTellingPageIndicator() public method

Sets the TellingPageIndicator property
public WithTellingPageIndicator ( String tellingPageIndicator ) : MerchantItemAttributes
tellingPageIndicator String TellingPageIndicator property
return MerchantItemAttributes
        public MerchantItemAttributes WithTellingPageIndicator(String tellingPageIndicator)
        {
            this.tellingPageIndicatorField = tellingPageIndicator;
            return this;
        }
MerchantItemAttributes