Amazon.SimpleSystemsManagement.Model.GetParametersRequest.IsSetNames C# (CSharp) Method

IsSetNames() private method

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