Amazon.APIGateway.Model.RestApi.IsSetWarnings C# (CSharp) Method

IsSetWarnings() private method

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