Amazon.ElasticBeanstalk.Model.SourceConfiguration.IsSetTemplateName C# (CSharp) Method

IsSetTemplateName() private method

private IsSetTemplateName ( ) : bool
return bool
        internal bool IsSetTemplateName()
        {
            return this.templateName != null;
        }
    }