Amazon.OpsWorks.Model.SslConfiguration.IsSetChain C# (CSharp) Method

IsSetChain() private method

private IsSetChain ( ) : bool
return bool
        internal bool IsSetChain()
        {
            return this.chain != null;
        }
    }