Amazon.DynamoDBv2.Model.ExpectedAttributeValue.IsSetAttributeValueList C# (CSharp) Method

IsSetAttributeValueList() private method

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