Amazon.CodePipeline.Model.PipelineDeclaration.IsSetStages C# (CSharp) Method

IsSetStages() private method

private IsSetStages ( ) : bool
return bool
        internal bool IsSetStages()
        {
            return this._stages != null && this._stages.Count > 0; 
        }