Amazon.DynamoDBv2.Model.PutRequest.IsSetItem C# (CSharp) Method

IsSetItem() private method

private IsSetItem ( ) : bool
return bool
        internal bool IsSetItem()
        {
            return this.item != null;
        }
    }
PutRequest