Amazon.CognitoIdentityProvider.Model.AddCustomAttributesRequest.IsSetCustomAttributes C# (CSharp) Method

IsSetCustomAttributes() private method

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